Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
Bump version for tagging
  • Loading branch information
matthewware authored Dec 31, 2020
1 parent d9aee53 commit 4e4363e
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
Expand Up @@ -2,7 +2,7 @@ name = "QuantumTomography"
uuid = "1d9c40fe-1d26-11ea-03f8-f5801c7a1696"
license = "ASL"
authors = ["Marcus P da Silva", "John Lapeyre", "Matthew Ware"]
version = "0.1.2"
version = "0.1.3"

[deps]
Convex = "f65535da-76fb-5f13-bab9-19810c17039a"
Expand Down

2 comments on commit 4e4363e

@matthewware
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
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/27131

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.3 -m "<description of version>" 4e4363eb7ac8d4d889b37e08e1fdf4a5eb4bd0c0
git push origin v0.1.3

Please sign in to comment.