Skip to content

Commit

Permalink
bump version number (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
piever committed Sep 12, 2022
1 parent a33086f commit ce5a9be
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 = "ShiftedArrays"
uuid = "1277b4bf-5013-50f5-be3d-901d8477a67a"
repo = "https://github.com/JuliaArrays/ShiftedArrays.jl.git"
version = "1.0.0"
version = "2.0.0"

[compat]
julia = "1"
Expand Down

4 comments on commit ce5a9be

@piever
Copy link
Collaborator Author

@piever piever commented on ce5a9be Sep 12, 2022

Choose a reason for hiding this comment

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

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

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.

@piever
Copy link
Collaborator Author

@piever piever commented on ce5a9be Sep 13, 2022

Choose a reason for hiding this comment

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

@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 created: JuliaRegistries/General/68185

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 v2.0.0 -m "<description of version>" ce5a9be806559e7ff134752b21942a8fd90e9f14
git push origin v2.0.0

Please sign in to comment.