Skip to content

Commit

Permalink
update package version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffrin committed Feb 15, 2020
1 parent e481def commit 2d7d7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
@@ -1,7 +1,7 @@
name = "Pavito"
uuid = "cd433a01-47d1-575d-afb7-6db927ee8d8f"
repo = "https://github.com/JuliaOpt/Pavito.jl.git"
version = "0.1.3"
version = "0.2.0"

[deps]
ConicBenchmarkUtilities = "e95a7839-07fb-532d-9a0e-071766bb5168"
Expand Down

2 comments on commit 2d7d7e6

@ccoffrin
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() v0.2.0

@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/9532

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

Please sign in to comment.