Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimg authored Jun 15, 2019
1 parent 83b0c81 commit f894646
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ProxSDP"
uuid = "65e78d25-6039-50a4-9445-38022e3d2eb3"
repo = "https://github.com/mariohsouto/ProxSDP.jl.git"
version = "0.2.2"
version = "0.2.3"

[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
Expand All @@ -14,6 +14,9 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
[compat]
julia = "^1"
MathOptInterface = "~0.8.2"
TimerOutputs = "≥ 0.4.0"
Arpack = "≥ 0.3.0"
Compat = "~2"

[extras]
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Expand Down

2 comments on commit f894646

@joaquimg
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/1401

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.3 -m "<description of version>" f8946462cb510e15c2f27b12cea934f4e31aa9d6
git push origin v0.2.3

Please sign in to comment.