Skip to content

Commit

Permalink
update version number to account for dropping julia v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffrin committed Feb 15, 2020
1 parent 4009223 commit 26a48c6
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 = "ConicBenchmarkUtilities"
uuid = "e95a7839-07fb-532d-9a0e-071766bb5168"
authors = ["Miles Lubin"]
repo = "https://github.com/JuliaOpt/ConicBenchmarkUtilities.jl.git"
version = "0.3.2"
version = "0.4.0"

[deps]
GZip = "92fee26a-97fe-5a0c-ad85-20a5f3185b63"
Expand Down

2 comments on commit 26a48c6

@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.4.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/9528

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.4.0 -m "<description of version>" 26a48c66fb47c015e6535007f79d692ccc1acea9
git push origin v0.4.0

Please sign in to comment.