Skip to content

Commit

Permalink
Update dependencies and bump version to v0.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
michakraus committed Aug 20, 2021
1 parent c51c526 commit 62fcfd8
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 = "GeometricProblems"
uuid = "18cb22b4-ad41-5c80-9c5f-710df63fbdc9"
authors = ["Michael Kraus <[email protected]>"]
version = "0.2.0"
version = "0.2.1"

[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Expand Down Expand Up @@ -29,7 +29,7 @@ RecipesBase = "1"
Reexport = "0.2, 1.0"
Requires = "1"
RuntimeGeneratedFunctions = "0.4, 0.5"
Symbolics = "0.1"
Symbolics = "1"
julia = "^1.5"

[extras]
Expand Down

2 comments on commit 62fcfd8

@michakraus
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/43225

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.2.1 -m "<description of version>" 62fcfd8d975ce94bdf3e19141c63a0f6adb86fc0
git push origin v0.2.1

Please sign in to comment.