Skip to content

Commit

Permalink
tag v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ffreyer authored Oct 25, 2019
1 parent f14ca1b commit 0ba4883
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
Expand Up @@ -2,7 +2,7 @@ name = "BinningAnalysis"
uuid = "b7192094-8e58-5052-a244-180a858778ee"
license = "MIT"
desc = "Statistical standard error estimation tools for correlated data."
version = "0.3.0"
version = "0.3.1"

[deps]
Lazy = "50d2b5c4-7a5e-59d5-8109-a42b560f39c0"
Expand Down

2 comments on commit 0ba4883

@ffreyer
Copy link
Collaborator 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/4715

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.3.1 -m "<description of version>" 0ba48831e9dbf12fdeda4b65f7774a756c255e27
git push origin v0.3.1

Please sign in to comment.