Skip to content

Commit

Permalink
v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
guimarqu committed Feb 12, 2021
1 parent 03ef7dc commit b70ba10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Coluna"
uuid = "88b4ec78-b192-11e8-04aa-4d367dd96a64"
authors = ["François Vanderbeck", "Guillaume Marques", "Vitor Nesello", "Ruslan Sadykov"]
version = "0.3.4"
version = "0.3.5"

[deps]
BlockDecomposition = "6cde8614-403a-11e9-12f1-c10d0f0caca0"
Expand All @@ -17,10 +17,10 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"

[compat]
BlockDecomposition = "1.2.3"
BlockDecomposition = "~1.2.3"
DataStructures = "0.17, 0.18"
DynamicSparseArrays = "0.3.0"
MathOptInterface = "0.9.10"
DynamicSparseArrays = "~0.3.0"
MathOptInterface = "~0.9.10"
Parameters = "0.12"
TimerOutputs = "0.5"
julia = "1"
Expand Down
2 changes: 1 addition & 1 deletion src/optimize.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function _welcome_message()
welcome = """
Coluna
Version 0.3.4 | 2020-12-30 | https://github.com/atoptima/Coluna.jl
Version 0.3.5 | 2021-02-12 | https://github.com/atoptima/Coluna.jl
"""
print(welcome)
end
Expand Down

0 comments on commit b70ba10

Please sign in to comment.