Skip to content

Commit

Permalink
Version update to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mossr committed Aug 5, 2020
1 parent 32d73f5 commit 7342a49
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 = "BayesNets"
uuid = "ba4760a4-c768-5bed-964b-cf806dc591cb"
version = "3.2.3"
version = "3.3.0"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down

2 comments on commit 7342a49

@mossr
Copy link
Member Author

@mossr mossr commented on 7342a49 Aug 5, 2020

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

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 v3.3.0 -m "<description of version>" 7342a49fad9b19f9eccdb643ecfa8477239f42eb
git push origin v3.3.0

Please sign in to comment.