diff --git a/CITATION.cff b/CITATION.cff index ce4eaa1217..a1d3babb81 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -26,6 +26,6 @@ authors: - family-names: "Picheny" given-names: "Victor" title: "Trieste" -version: 0.11.1 -date-released: 2022-06-12 +version: 0.11.2 +date-released: 2022-06-16 url: "https://github.com/secondmind-labs/trieste" diff --git a/docs/conf.py b/docs/conf.py index 4ae7a536e7..cf2ed62fc6 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.1" +release = "0.11.2" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 3ff64b0d1a..fc740edeb4 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name="trieste", - version="0.11.1", + version="0.11.2", author="The Trieste contributors", author_email="labs@secondmind.ai", description="A Bayesian optimization research toolbox built on TensorFlow",