Skip to content

Commit

Permalink
Add version bound for Requires
Browse files Browse the repository at this point in the history
  • Loading branch information
mfherbst committed Apr 8, 2023
1 parent 47aca33 commit 652f916
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a"

[compat]
PeriodicTable = "1"
Requires = "1"
StaticArrays = "1"
Unitful = "1"
UnitfulAtomic = "1"
Expand Down

2 comments on commit 652f916

@mfherbst
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/81263

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.3 -m "<description of version>" 652f9166fc3c1c8c04f76b4c99e28aa31db3002a
git push origin v0.3.3

Please sign in to comment.