Skip to content

Commit

Permalink
3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Jun 25, 2022
1 parent c6734a4 commit be9098d
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
Expand Up @@ -3,7 +3,7 @@ uuid = "b8865327-cd53-5732-bb35-84acbb429228"
license = "MIT"
desc = "Unicode-based scientific plotting for working in the terminal"
authors = ["Christof Stocker <[email protected]>", "T Bltg <[email protected]>"]
version = "3.0.0"
version = "3.0.1"

[deps]
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Expand Down Expand Up @@ -48,4 +48,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"

[targets]
test = ["ColorTypes", "ImageMagick", "ReferenceTests", "StableRNGs", "Random", "Test", "TimerOutputs"]
test = ["ColorTypes", "ImageMagick", "Random", "ReferenceTests", "StableRNGs", "Test", "TimerOutputs"]

2 comments on commit be9098d

@t-bltg
Copy link
Member Author

@t-bltg t-bltg commented on be9098d Jun 25, 2022

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

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 v3.0.1 -m "<description of version>" be9098d5d3a9a02d338cd45d661fec27105f0b0d
git push origin v3.0.1

Please sign in to comment.