diff --git a/CITATION.cff b/CITATION.cff index 160f8befa0..ce4eaa1217 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -26,6 +26,6 @@ authors: - family-names: "Picheny" given-names: "Victor" title: "Trieste" -version: 0.11.0 -date-released: 2022-06-07 +version: 0.11.1 +date-released: 2022-06-12 url: "https://github.com/secondmind-labs/trieste" diff --git a/docs/conf.py b/docs/conf.py index 202de42767..4ae7a536e7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,7 +51,7 @@ author = "The Trieste Contributors" # The full version, including alpha/beta/rc tags -release = "0.11.0" +release = "0.11.1" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 49bbcdf8e7..3ff64b0d1a 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name="trieste", - version="0.11.0", + version="0.11.1", author="The Trieste contributors", author_email="labs@secondmind.ai", description="A Bayesian optimization research toolbox built on TensorFlow",