Skip to content

Commit

Permalink
Add bounds on RoundingIntegers
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Nov 26, 2019
1 parent 7850d2a commit e035e71
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 @@ -23,6 +23,7 @@ Gtk = "0.17, 0.18"
IntervalSets = "0.3"
Reactive = "0.8"
Reexport = "0.2"
RoundingIntegers = "0.2"
julia = "1"

[extras]
Expand Down

2 comments on commit e035e71

@timholy
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 register()

@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/5890

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.0 -m "<description of version>" e035e7199993967e95ff9ee85781df3d295b03e6
git push origin v0.7.0

Please sign in to comment.