Skip to content

Commit

Permalink
SafeREPL: bump version 0.0.1 -> 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rfourquet committed Sep 29, 2020
1 parent 8eb3a57 commit f3517ed
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 = "SafeREPL"
uuid = "5e6a0ad9-8e90-40fa-86b1-deb43b8cfda7"
authors = ["Rafael Fourquet <[email protected]>"]
version = "0.0.1"
version = "0.1.0"

[deps]
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Expand Down

4 comments on commit f3517ed

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

Error while trying to register: "Tag with name v0.1.0 already exists and points to a different commit"

@rfourquet
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/22174

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

Please sign in to comment.