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"