Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm authored Apr 14, 2022
1 parent abac5d3 commit 311dd8b
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.2"
version = "0.9.3"

[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Expand Down Expand Up @@ -31,7 +31,7 @@ ScientificTypes = "3.0"
StaticArrays = "0.12, 1.0"
StatsBase = "0.32, 0.33"
TableOperations = "1.1"
TableTransforms = "0.1"
TableTransforms = "0.1, 0.2, 0.3, 0.4"
Tables = "1.1"
UnicodePlots = "1.1, 1.2, 1.3, 1.4, 2.0, 2.1, 2.2, 2.3, 2.4"
julia = "1.5"

2 comments on commit 311dd8b

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

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.3 -m "<description of version>" 311dd8bd724629ec1bbe66694c0d005648dfdb5e
git push origin v0.9.3

Please sign in to comment.