Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
reworkhow authored Mar 17, 2021
1 parent d9df108 commit 7698e30
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 = "JWAS"
uuid = "c9a035f4-d403-5e6b-8649-6be755bc4798"
version = "0.11.5"
version = "0.12.0"
authors = ["Hao Cheng <qtlcheng@ucdavis.edu>"]

[deps]
Expand Down

2 comments on commit 7698e30

@reworkhow
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Add Bayesian Neural Network with HMC

@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/32211

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.12.0 -m "<description of version>" 7698e30dfab27d761af7349d6fd16e6d16e698db
git push origin v0.12.0

Please sign in to comment.