Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch authored Jan 14, 2020
1 parent 91d4eb0 commit e7bda44
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,6 +1,6 @@
name = "AbstractPlotting"
uuid = "537997a7-5e4e-5d89-9595-2241ea00577e"
version = "0.9.16"
version = "0.9.17"

[deps]
AbstractNumbers = "85c772de-338a-5e7f-b815-41e76c26ac1f"
Expand Down Expand Up @@ -52,7 +52,7 @@ ImageMagick = "0.7, 1.0"
IntervalSets = "0.3"
Observables = "0.2.0"
Packing = "0.3"
PlotUtils = "0.6"
PlotUtils = "0.6.2"
Showoff = "0.3"
SignedDistanceFields = "0.4"
StaticArrays = "0.12"
Expand Down

2 comments on commit e7bda44

@SimonDanisch
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 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/7915

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

Please sign in to comment.