Skip to content

Commit

Permalink
Up Version (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrnv authored Nov 14, 2023
1 parent daa090f commit 7b66c5f
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,7 +1,7 @@
name = "Copulas"
uuid = "ae264745-0b69-425e-9d9d-cf662c5eec93"
authors = ["Oskar Laverny"]
version = "0.1.16"
version = "0.1.17"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand Down

2 comments on commit 7b66c5f

@lrnv
Copy link
Owner Author

@lrnv lrnv commented on 7b66c5f Nov 14, 2023

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

New copulas !
Large docs revamp !
More tests !

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

Tagging

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.1.17 -m "<description of version>" 7b66c5f2f5e0aa1789e70b6d0ae4ceb5f63b4a9f
git push origin v0.1.17

Please sign in to comment.