Skip to content

Commit

Permalink
Merge pull request #459 from WilhelmusLab/update-version-0.6.0
Browse files Browse the repository at this point in the history
update source pkg version
  • Loading branch information
tdivoll authored Oct 24, 2024
2 parents ae20877 + 8cca506 commit 55f8dcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "IceFloeTracker"
uuid = "04643c7a-9ac6-48c5-822f-2704f9e70bd3"
authors = ["bradford roarr <bradford_roarr@brown.edu> and contributors"]
version = "0.5.0"
version = "0.6.0"

[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ git push

### Versioning the registered package

1. Update the major or minor version numbers in the corresponding field at the top of `Project.toml`
2. Add `@JuliaRegistrator register` in a comment in the commit you wish to use for the release
1. Start a new branch and update the major or minor version numbers in the corresponding field at the top of `Project.toml`
2. After merging the changes, add `@JuliaRegistrator register` in a comment in the commit you wish to use for the release (not a comment on a PR, but the actual commit)
- this bot will open a PR on the [Julia registry](https://github.com/JuliaRegistries/General/tree/master/I/IceFloeTracker) for the package
3. Wait for feedback from the bot to make sure the new version is accepted and merged to the Julia registry
4. Create a new version tag
Expand Down

2 comments on commit 55f8dcb

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

Error while trying to register: Julia version < 0.7 not allowed in [compat]

Please sign in to comment.