Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuvomoy committed Feb 8, 2021
1 parent 07e64b2 commit 3f51d24
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ TSVD = "9449cd9e-2762-5aa3-a617-5413e99d722e"

[compat]
julia = "^1"
JuMP = ">=0.21.3"
MosekTools = ">=0.9.3"
OSQP = ">=0.6.0"
ProximalOperators = ">=0.11.0"
TSVD = ">=0.4.0"
JuMP = "^0.21.3"
MosekTools = "^0.9.3"
OSQP = "^0.6.0"
ProximalOperators = "^0.11.0"
TSVD = "^0.4.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 3f51d24

@Shuvomoy
Copy link
Owner 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 updated: JuliaRegistries/General/29617

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>" 3f51d2423393bdefb6334831c1fb103353473bc4
git push origin v0.1.3

Please sign in to comment.