Skip to content

Commit

Permalink
Merge pull request #93 from axelparmentier/v0.6.0
Browse files Browse the repository at this point in the history
v0.6.0 release
  • Loading branch information
BatyLeo authored Sep 12, 2023
2 parents 65001da + b1a8307 commit 549c2c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CITATION.bib
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ @misc{InferOpt.jl
author = {Guillaume Dalle, Léo Baty, Louis Bouvier and Axel Parmentier},
title = {InferOpt.jl},
url = {https://github.com/axelparmentier/InferOpt.jl},
version = {v0.5.2},
version = {v0.6.0},
year = {2023},
month = {8}
month = {9}
}
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "InferOpt"
uuid = "4846b161-c94e-4150-8dac-c7ae193c601f"
authors = ["Guillaume Dalle", "Léo Baty", "Louis Bouvier", "Axel Parmentier"]
version = "0.5.2"
version = "0.6.0"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To install the stable version, open a Julia REPL and run the following command:
julia> using Pkg; Pkg.add("InferOpt")
```

To install the development version (*recommended for now*), run this command instead:
To install the development version, run this command instead:

```julia
julia> using Pkg; Pkg.add(url="https://github.com/axelparmentier/InferOpt.jl")
Expand Down

0 comments on commit 549c2c9

Please sign in to comment.