Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jlapeyre committed Feb 20, 2020
1 parent 1532128 commit 67c76db
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "Symata"
desc = "language for symbolic mathematics"
authors = ["John Lapeyre"]
license = "MIT"
version = "0.4.6"
version = "0.4.8"
uuid = "a906b1d5-d016-55c4-aab3-8a20cba0db2a"

[deps]
Expand Down Expand Up @@ -31,23 +31,23 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
VersionParsing = "81def892-9a0e-5fdd-b105-ffc91e053289"

[compat]
Combinatorics = "1.0.0"
CommonSubexpressions = "0.2.0"
Conda = "1.3.0"
DataStructures = "0.17.9"
DiffResults = "1.0.2"
Combinatorics = "1.0"
CommonSubexpressions = "0.2"
Conda = "1.3"
DataStructures = "0.17"
DiffResults = "1.0"
DiffRules = "0.0.8, 1"
Formatting = "0.4.1"
ForwardDiff = "0.10.9"
IterTools = "1.3.0"
MacroTools = "0.5.3"
Memoize = "0.3.0"
Polynomials = "0.6.0"
Formatting = "0.4"
ForwardDiff = "0.10"
IterTools = "1.3"
MacroTools = "0.5"
Memoize = "0.3, 0.4"
Polynomials = "0.6"
Primes = "0.4.0"
PyCall = "1.91.2"
QuadGK = "2.3.1"
PyCall = "1.91"
QuadGK = "2.3"
Roots = "0.8.4"
SpecialFunctions = "0.8"
SpecialFunctions = "0.8, 0.10"
VersionParsing = "1.2.0"
julia = "1"

Expand Down

2 comments on commit 67c76db

@jlapeyre
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/9789

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.8 -m "<description of version>" 67c76dbdfff2c224e5ea55ebb37db214c7a3111a
git push origin v0.4.8

Please sign in to comment.