Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
Updated version number for Julia General Registry version registration
  • Loading branch information
mitchellpound authored Mar 10, 2023
1 parent 598670e commit d5c8884
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 = "Bruno"
uuid = "2c64e276-ffac-4684-a264-d42a389bacb2"
authors = ["Mitchell Pound <[email protected]>", "Spencer Clemens <[email protected]>"]
version = "0.1.1"
version = "0.1.2"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand Down

6 comments on commit d5c8884

@mitchellpound
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 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: "Tag with name v0.1.2 already exists and points to a different commit"

@mitchellpound
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 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: "Tag with name v0.1.2 already exists and points to a different commit"

@mitchellpound
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 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/79312

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.2 -m "<description of version>" d5c8884ae6214ace4702c868b7dfa7de47fa233c
git push origin v0.1.2

Please sign in to comment.