Skip to content

Commit

Permalink
Correct version number
Browse files Browse the repository at this point in the history
Shouldn't have had a minor bump, just patch
  • Loading branch information
ararslan authored May 13, 2020
1 parent db57b89 commit f7fb938
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 = "SpecialFunctions"
uuid = "276daf66-3868-5448-9aa4-cd146d93841b"
version = "0.11.1"
version = "0.10.1"

[deps]
OpenSpecFun_jll = "efe28fd5-8261-553b-a9e1-b2916fc3738e"
Expand All @@ -13,4 +13,4 @@ OpenSpecFun_jll = "0.5.3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
test = ["Test"]

2 comments on commit f7fb938

@ararslan
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/14696

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

Please sign in to comment.