Skip to content

Commit

Permalink
Merge pull request #29 from paulflang/main
Browse files Browse the repository at this point in the history
bump Symbolics
  • Loading branch information
anandijain committed Jun 27, 2021
2 parents d9a1ef9 + c54448a commit c531ee0
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 = "MathML"
uuid = "abcecc63-2b08-419c-80c4-c63dca6fa478"
authors = ["anand <anandj@uchicago.edu> and contributors"]
version = "0.1.5"
version = "0.1.6"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand All @@ -18,7 +18,7 @@ DocStringExtensions = "0.8"
EzXML = "1.1"
IfElse = "0.1"
SpecialFunctions = "1.3"
Symbolics = "0.1"
Symbolics = "0.1, 1"
julia = "1"

[extras]
Expand Down

2 comments on commit c531ee0

@anandijain
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

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

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.6 -m "<description of version>" c531ee0a338026dd5d86d2eea5928319621f23b4
git push origin v0.1.6

Please sign in to comment.