Skip to content

Commit

Permalink
Increase allowed YAXArrays Version
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcremer authored Jun 1, 2022
1 parent a25ddc9 commit f788cfe
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 = "EarthDataLab"
uuid = "359177bc-a543-11e8-11b7-bb015dba3358"
authors = ["Fabian Gans <[email protected]>"]
version = "0.9.2"
version = "0.9.3"

[deps]
CFTime = "179af706-886a-5703-950a-314cd64e0468"
Expand Down Expand Up @@ -36,7 +36,7 @@ Shapefile = "0.6, 0.7"
StatsBase = "0.32, 0.33"
Tables = "0.2, 1.0"
WeightedOnlineStats = "0.5, 0.6"
YAXArrays = "0.2.1"
YAXArrays = "0.2.1, 0.3"
Zarr = "0.6.2, 0.7"
julia = "1.6"

Expand Down

2 comments on commit f788cfe

@felixcremer
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/61478

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>" f788cfe5e183dc24a0ab1cb9b5e497321e317630
git push origin v0.9.3

Please sign in to comment.