diff --git a/CITATION.cff b/CITATION.cff index 5b2052adc8..3da0d44990 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -26,6 +26,6 @@ authors: - family-names: "Picheny" given-names: "Victor" title: "Trieste" -version: 0.9.0 -date-released: 2021-12-16 +version: 0.10.0 +date-released: 2022-02-15 url: "https://github.com/secondmind-labs/trieste" diff --git a/docs/conf.py b/docs/conf.py index a22351efa5..dd4b4ea175 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.9.0" +release = "0.10.0" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index dbcaa8bfe2..bd48bb7fd6 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name="trieste", - version="0.9.0", + version="0.10.0", author="The Trieste contributors", author_email="labs@secondmind.ai", description="A Bayesian optimization research toolbox built on TensorFlow",