Skip to content

Commit

Permalink
Merge pull request #41 from jverzani/compat_bounds
Browse files Browse the repository at this point in the history
bump compat entries
  • Loading branch information
jverzani authored Apr 4, 2022
2 parents 1314530 + abea00c commit 7fdad77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ImplicitEquations"
uuid = "95701278-4526-5785-aba3-513cca398f19"
version = "1.0.6"
version = "1.0.7"

[deps]
CommonEq = "3709ef60-1bee-4518-9f2f-acd86f176c50"
Expand All @@ -11,6 +11,6 @@ Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"

[compat]
CommonEq = "0.2"
IntervalArithmetic = "0.15, 0.16, 0.17"
RecipesBase = "0.5, 0.6, 0.7, 0.8, ~1.0, ~1.1"
IntervalArithmetic = "0.15, 0.16, 0.17, 0.18, 0.19, 0.20"
RecipesBase = "0.5, 0.6, 0.7, 0.8, ~1.0, ~1.1, ~1.2"
julia = "1.0"

2 comments on commit 7fdad77

@jverzani
Copy link
Owner 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/57913

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 v1.0.7 -m "<description of version>" 7fdad7732774f621e3b526f91e9a7c5796059baa
git push origin v1.0.7

Please sign in to comment.