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 c98ce7d commit 07e64b2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NExOS"
uuid = "a0d681ee-6dde-4d9d-b128-06c773d9ceb4"
authors = ["Shuvomoy Das Gupta <shuvomoy.dasgupta@gmail.com>"]
version = "0.1.2"
version = "0.1.3"

[deps]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Expand All @@ -14,12 +14,12 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
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"
julia = "^1"
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 07e64b2

@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 created: 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>" 07e64b22c797776a244898e79a302ca7bec1316a
git push origin v0.1.3

Please sign in to comment.