Skip to content

Commit

Permalink
Merge pull request #36 from invenia/mz/nameddims
Browse files Browse the repository at this point in the history
NamedDims compat
  • Loading branch information
mzgubic authored Nov 3, 2022
2 parents f511d05 + afa32f7 commit 59ab837
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 = "Models"
uuid = "e6388cff-ecff-480c-9b53-83211bf7812a"
authors = ["Invenia Technical Computing Corporation"]
version = "0.2.6"
version = "0.2.7"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand All @@ -11,7 +11,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
NamedDims = "0.1, 0.2"
NamedDims = "0.1, 0.2, 0.3, 1"
StatsBase = "0.32, 0.33"
julia = "1"

Expand Down

2 comments on commit 59ab837

@mzgubic
Copy link
Contributor Author

@mzgubic mzgubic commented on 59ab837 Nov 3, 2022

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

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.2.7 -m "<description of version>" 59ab8375cdff2c07e911d3c43110b939bf28d384
git push origin v0.2.7

Please sign in to comment.