From b1a830797b06cdb4a279db01a81697572d884ae6 Mon Sep 17 00:00:00 2001 From: BatyLeo Date: Tue, 12 Sep 2023 12:52:41 +0200 Subject: [PATCH] update to v0.6.0 --- CITATION.bib | 4 ++-- Project.toml | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.bib b/CITATION.bib index 8536c7b..ed63cd5 100644 --- a/CITATION.bib +++ b/CITATION.bib @@ -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} } diff --git a/Project.toml b/Project.toml index 8df211f..d4949fa 100644 --- a/Project.toml +++ b/Project.toml @@ -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" diff --git a/README.md b/README.md index cc2eb6f..6075fd3 100644 --- a/README.md +++ b/README.md @@ -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")