Skip to content

Commit

Permalink
Fixing Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mariohsouto committed May 7, 2023
1 parent 280e5de commit 3d8ad07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name = "ProxSDP"
uuid = "65e78d25-6039-50a4-9445-38022e3d2eb3"
repo = "https://github.com/mariohsouto/ProxSDP.jl.git"
version = "1.8.5"
version = "1.8.3"

[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Expand All @@ -19,9 +20,10 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
Arpack = "0.3.2, 0.5.1"
KrylovKit = "0.5.2"
MathOptInterface = "1"
PrecompileTools = "1.1.0"
TimerOutputs = "0.5.0"
JuMP = "1.10.0"
julia = "1.6"
PrecompileTools = "1.1.0"

[extras]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Expand Down
2 changes: 1 addition & 1 deletion src/printing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ function print_header_1()
println("=======================================================================================")
println(" ProxSDP : Proximal Semidefinite Programming Solver ")
println(" (c) Mario Souto and Joaquim D. Garcia, 2020 ")
println(" v1.8.5 ")
println(" v1.8.3 ")
println("---------------------------------------------------------------------------------------")
end

Expand Down

8 comments on commit 3d8ad07

@mariohsouto
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 register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: "Tag with name v1.8.3 already exists and points to a different commit"

@mariohsouto
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 register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: "Tag with name v1.8.3 already exists and points to a different commit"

@mariohsouto
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 register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: "Tag with name v1.8.3 already exists and points to a different commit"

@mariohsouto
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 register()

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

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 v1.8.3 -m "<description of version>" 3d8ad079e1d02a067f9f57777e1502d27cbd76fa
git push origin v1.8.3

Please sign in to comment.