Skip to content

Commit

Permalink
Bump minor version
Browse files Browse the repository at this point in the history
This bumps the minor version, because the tests of YAXArrays are currently broken because of version mismatches. 
@JuliaRegistrator register
  • Loading branch information
felixcremer authored May 31, 2022
1 parent 1e13b6e commit da329c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "YAXArrayBase"
uuid = "90b8fcef-0c2d-428d-9c56-5f86629e9d14"
authors = ["Fabian Gans <fgans@bgc-jena.mpg.de>"]
version = "0.3.2"
version = "0.4.0"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand Down

4 comments on commit da329c1

@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.

Error while trying to register: Register Failed
@felixcremer, it looks like you are not a publicly listed member/owner in the parent organization (JuliaDataCubes).
If you are a member/owner, you will need to change your membership to public. See GitHub Help

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

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.4.0 -m "<description of version>" da329c1171dbd614c0bf57dfe575857efd63e985
git push origin v0.4.0

Please sign in to comment.