Skip to content

Commit

Permalink
Merge pull request #19 from dpad/compathelper/new_version/2021-03-31-…
Browse files Browse the repository at this point in the history
…00-15-34-871-586253554

CompatHelper: bump compat for "SymbolicUtils" to "0.10"
  • Loading branch information
dpad authored Mar 31, 2021
2 parents 09449b5 + f5bcd10 commit 82f4995
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,7 +1,7 @@
name = "OrbitalTrajectories"
uuid = "2b613a20-8d2a-5290-b19f-e06f4bcc2e7d"
authors = ["Dan Padilha"]
version = "0.1.8"
version = "0.1.9"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand Down Expand Up @@ -65,7 +65,7 @@ SciMLBase = "1.8"
SimpleTraits = "0.9.3"
StaticArrays = "0.12.5, 1.0"
StatsPlots = "0.14.17"
SymbolicUtils = "0.8.4, 0.9"
SymbolicUtils = "0.8.4, 0.9, 0.10"
Symbolics = "0.1.2"
Unitful = "1.5.0"
julia = "1.5.3"

2 comments on commit 82f4995

@dpad
Copy link
Owner Author

@dpad dpad commented on 82f4995 Apr 10, 2021

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/33990

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.1.9 -m "<description of version>" 82f499543b0af40674738eb347f8d20326d45a14
git push origin v0.1.9

Please sign in to comment.