Skip to content

Commit

Permalink
Merge pull request #76 from invenia/mzgubic-patch-1
Browse files Browse the repository at this point in the history
support NamedDims 1
  • Loading branch information
oxinabox authored Aug 16, 2022
2 parents 59e96ab + 6d9e05e commit 84f0afb
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 = "AxisSets"
uuid = "a1a1544e-ba16-4f6d-8861-e833517b754e"
authors = ["Invenia Technical Computing Corporation"]
version = "0.2.4"
version = "0.2.5"

[deps]
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
Expand All @@ -17,7 +17,7 @@ AutoHashEquals = "0.2"
AxisKeys = "0.1.16, 0.2"
FeatureTransforms = "0.3.6"
Impute = "0.6"
NamedDims = "0.2, 0.3"
NamedDims = "0.2, 0.3, 1"
OrderedCollections = "1.4.1"
ReadOnlyArrays = "0.1"
julia = "1.5"
Expand Down

2 comments on commit 84f0afb

@oxinabox
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/66337

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.5 -m "<description of version>" 84f0afbabed809c4641fce2c4fc2c76a41b5d88d
git push origin v0.2.5

Please sign in to comment.