Skip to content

Commit

Permalink
tag new version
Browse files Browse the repository at this point in the history
* this likely breaks saved LogBinners
  • Loading branch information
ffreyer authored Mar 9, 2021
1 parent 26b3ca0 commit 342b15a
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.4.4"
version = "0.5.0"

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

2 comments on commit 342b15a

@ffreyer
Copy link
Collaborator Author

@ffreyer ffreyer commented on 342b15a Mar 9, 2021

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

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.5.0 -m "<description of version>" 342b15a2e277bf7847c9103e3c0497fbde2de40a
git push origin v0.5.0

Please sign in to comment.