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 23a7a9f commit cae693f
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 <julio.hoffimann@gmail.com>"
version = "0.9.0"
version = "0.9.1"

[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"
ScientificTypes = "2.3, 3.0"
StaticArrays = "0.12, 1.0"
StatsBase = "0.32, 0.33"
TableOperations = "1.1"
Expand Down

2 comments on commit cae693f

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

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.1 -m "<description of version>" cae693f6662085280c09a2b4b9a05e7093851e8f
git push origin v0.9.1

Please sign in to comment.