Skip to content

Commit

Permalink
version bump to 1.0
Browse files Browse the repository at this point in the history
Need a version bump for the expint function, and might as well release 1.0 since the API has been pretty stable for a while now.
  • Loading branch information
stevengj authored Nov 17, 2020
1 parent dde82c2 commit bd2e55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.10.3"
version = "1.0"

[deps]
OpenSpecFun_jll = "efe28fd5-8261-553b-a9e1-b2916fc3738e"
Expand Down

2 comments on commit bd2e55e

@stevengj
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/24828

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 v1.0.0 -m "<description of version>" bd2e55e6ff188e8c05cab6e2831eae5229145e01
git push origin v1.0.0

Please sign in to comment.