Skip to content

Commit

Permalink
Update Project.toml (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaferranti committed Oct 17, 2021
1 parent 5251d81 commit 6babeac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name = "IntervalContractors"
uuid = "15111844-de3b-5229-b4ba-526f2f385dc9"
version = "0.4.4"
version = "0.4.5"

[deps]
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"

[compat]
IntervalArithmetic = "0.16, 0.17, 0.18, 0.19"
IntervalArithmetic = "0.16, 0.17, 0.18, 0.19, 0.20"
julia = "1.3, 1.4, 1.5"

[extras]
Expand Down

2 comments on commit 6babeac

@lucaferranti
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 created: JuliaRegistries/General/46904

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.4.5 -m "<description of version>" 6babeacc70591714ed33005a8fbb1cc9c9d68ee8
git push origin v0.4.5

Please sign in to comment.