Skip to content

Commit

Permalink
Use the correct UUID for registration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexatos committed Dec 29, 2019
1 parent 75ebdc4 commit 1a5834b
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,5 +1,5 @@
name = "CircularArrays"
uuid = "dcaa3502-af75-11e8-34c7-6b8fb8855653"
uuid = "7a955b69-7140-5f4e-a0ed-f168c5e2e749"
license = "MIT"
desc = "Arrays with fixed size and circular indexing."
authors = ["Vexatos <[email protected]>"]
Expand Down

2 comments on commit 1a5834b

@Vexatos
Copy link
Owner 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/7280

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" 1a5834b60f05fddd85fc09368e90062591fbf680
git push origin v1.0.0

Please sign in to comment.