Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Dec 23, 2021
1 parent f6d1dd5 commit bc6766e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CoDa"
uuid = "5900dafe-f573-5c72-b367-76665857777b"
author = "Júlio Hoffimann <[email protected]>"
version = "0.9.1"
version = "0.9.2"

[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Expand All @@ -27,7 +27,7 @@ Distances = "0.10"
Distributions = "0.25"
FillArrays = "0.12"
RecipesBase = "1.2"
ScientificTypes = "2.3, 3.0"
ScientificTypes = "3.0"
StaticArrays = "0.12, 1.0"
StatsBase = "0.32, 0.33"
TableOperations = "1.1"
Expand Down

2 comments on commit bc6766e

@juliohm
Copy link
Member Author

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

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

Please sign in to comment.