Skip to content

Commit

Permalink
Merge pull request #125 from mzgubic/patch-3
Browse files Browse the repository at this point in the history
NamedDims 1 supported
  • Loading branch information
oxinabox authored Aug 16, 2022
2 parents ab13a93 + ea2c7fd commit c21fac1
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 = "AxisKeys"
uuid = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
license = "MIT"
version = "0.2.6"
version = "0.2.7"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand All @@ -27,7 +27,7 @@ FiniteDifferences = "0.12"
IntervalSets = "0.5.1, 0.6, 0.7"
InvertedIndices = "1.0"
LazyStack = "0.0.7, 0.0.8"
NamedDims = "0.2.46, 0.3"
NamedDims = "0.2.46, 0.3, 1"
OffsetArrays = "0.10, 0.11, 1.0"
StatsBase = "0.32, 0.33"
Tables = "0.2, 1"
Expand Down

2 comments on commit c21fac1

@oxinabox
Copy link
Collaborator 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/66336

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>" c21fac1da4fabf71f8361152a2f6a36726c2e112
git push origin v0.2.7

Please sign in to comment.