Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Jul 30, 2023
1 parent de93954 commit 16df50f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 = "1.0.7"
version = "1.0.8"

[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Expand All @@ -22,10 +22,10 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
AxisArrays = "0.4"
Distances = "0.10"
Distributions = "0.25"
FillArrays = "0.12, 0.13"
FillArrays = "1.5"
ScientificTypes = "3.0"
StaticArrays = "1.0"
StatsBase = "0.32, 0.33"
StatsBase = "0.32, 0.33, 0.34"
TableTransforms = "1.9"
Tables = "1.1"
julia = "1.6"

2 comments on commit 16df50f

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

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 v1.0.8 -m "<description of version>" 16df50f383f13d26a0bec002308ec572cc5c7d50
git push origin v1.0.8

Please sign in to comment.