Skip to content

Commit

Permalink
Merge pull request #263 from JuliaReach/schillic/bump
Browse files Browse the repository at this point in the history
Update package bounds
  • Loading branch information
schillic authored Jun 23, 2023
2 parents 771349e + 4dcba0f commit 5b70de6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "MathematicalSystems"
uuid = "d14a8603-c872-5ed3-9ece-53e0e82e39da"
version = "0.13.2"
version = "0.13.3"

[deps]
Espresso = "6912e4f1-e036-58b0-9138-08d1e6358ea9"
Expand All @@ -14,6 +14,6 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
Espresso = "0.6"
MacroTools = "0.5"
MultivariatePolynomials = "0.3, 0.4"
MultivariatePolynomials = "0.3, 0.4, 0.5"
RecipesBase = "0.6, 0.7, 0.8, 1.0, 1.1, 1.2"
julia = "1"
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ TypedPolynomials = "afbbf031-7a57-5f58-a1b9-b774a0fad08d"
[compat]
LazySets = "1, 2"
RecipesBase = "1"
TypedPolynomials = "0.3"
TypedPolynomials = "0.3, 0.4"

2 comments on commit 5b70de6

@schillic
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/86140

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.13.3 -m "<description of version>" 5b70de6749815091f1feded027521144363d63c9
git push origin v0.13.3

Please sign in to comment.