Skip to content

Commit

Permalink
Merge pull request #673 from JuliaReach/schillic-patch-1
Browse files Browse the repository at this point in the history
Update Project.toml
  • Loading branch information
schillic authored Dec 23, 2022
2 parents 2162d22 + 700af17 commit eed9d59
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 = "ReachabilityAnalysis"
uuid = "1e97bd63-91d1-579d-8e8d-501d2b57c93f"
version = "0.21.0"
version = "0.21.1"

[deps]
CarlemanLinearization = "4803f6b2-022a-4c1b-a771-522a3413ec86"
Expand Down Expand Up @@ -40,7 +40,7 @@ IntervalArithmetic = "0.16 - 0.20"
IntervalMatrices = "0.6 - 0.8"
JuMP = "0.21 - 0.23, 1"
LazySets = "2.3"
MathematicalSystems = "0.11, 0.12, 0.13"
MathematicalSystems = "0.11 - 0.13"
MultivariatePolynomials = "0.3 - 0.4"
Optim = "0.18 - 0.20, 1"
Parameters = "0.10 - 0.12"
Expand All @@ -53,7 +53,7 @@ Reexport = "0.2, 1"
Requires = "0.5, 1"
StaticArrays = "0.12, 1"
Symbolics = "4"
TaylorIntegration = "0.9, 0.10"
TaylorIntegration = "0.9 - 0.10"
TaylorModels = "0.6"
TaylorSeries = "0.12"
julia = "1.5"
Expand Down

2 comments on commit eed9d59

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

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.21.1 -m "<description of version>" eed9d592c4dbfcf06bddf92102ef7ac346d77035
git push origin v0.21.1

Please sign in to comment.