Skip to content

Commit 3db0c01

Browse files
committed
Release 0.1.1
1 parent 12eed2e commit 3db0c01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BasicLU"
22
uuid = "f55c55da-c227-4c78-8e30-b72a48476979"
33
authors = ["Lukas Schork (@lschork2)", "Alexis Montoison (@amontoison)"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
```julia
1919
julia> ]
20-
pkg> add https://github.com/JuliaSmoothOptimizers/BasicLU.jl.git
20+
pkg> add BasicLU
2121
pkg> test BasicLU
2222
```
2323

0 commit comments

Comments
 (0)