Skip to content

Commit

Permalink
Set version to 0.7.1 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
musm authored Oct 28, 2021
1 parent d3724f7 commit 4e71c8f
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,6 +1,6 @@
name = "Blosc"
uuid = "a74b3585-a348-5f62-a45c-50e91977d574"
version = "0.7.0"
version = "0.7.1"

[deps]
Blosc_jll = "0b7ba130-8d10-5ba8-a3d6-c5182647fed9"
Expand Down

4 comments on commit 4e71c8f

@musm
Copy link
Member Author

@musm musm commented on 4e71c8f Oct 28, 2021

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: Changing package repo URL not allowed, please submit a pull request with the URL change to the target registry and retry.

@musm
Copy link
Member Author

@musm musm commented on 4e71c8f Oct 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed the URL here JuliaRegistries/General#47677

@JuliaRegistrator register

@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 updated: JuliaRegistries/General/47678

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.7.1 -m "<description of version>" 4e71c8fa01397e886dcc9327e740ae3a3bbd0faf
git push origin v0.7.1

Please sign in to comment.