Skip to content

Commit

Permalink
Update printing.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mariohsouto authored Aug 27, 2019
1 parent 2bf38a9 commit c4e14a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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, 2019 ")
println(" v1.0.0 ")
println(" v1.1.0 ")
println("---------------------------------------------------------------------------------------")
end

Expand Down Expand Up @@ -158,4 +158,4 @@ function print_result(stop_reason::Int, time_::Float64, residuals::Residuals, ma
println("=======================================================================================")

return nothing
end
end

2 comments on commit c4e14a0

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

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 v1.1.0 -m "<description of version>" c4e14a034a83f6370ad8efc3432b11671faaf9ab
git push origin v1.1.0

Please sign in to comment.