From bba85bd14773de6ed7b4f581c4087bfbbce00d0a Mon Sep 17 00:00:00 2001 From: "Genheden, Samuel" Date: Fri, 11 Jun 2021 13:07:56 +0200 Subject: [PATCH] Bump version to 0.2.0 in project files --- docs/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2249cae..e43c20f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,7 +6,7 @@ project = "route-distances" copyright = "2021, Molecular AI group" author = "Molecular AI group" -release = "0.0.1" +release = "0.2.0" extensions = [ "sphinx.ext.autodoc", diff --git a/pyproject.toml b/pyproject.toml index 30fbaee..82afa36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "route-distances" -version = "0.0.1" +version = "0.0.2" description = "Models for calculating distances between synthesis routes" authors = ["Genheden, Samuel "] license = "MIT"