From 770886f120512283db3eccd3159f81e5ca995333 Mon Sep 17 00:00:00 2001 From: "Saigiridharan, Lakshidaa" Date: Wed, 24 Jan 2024 14:36:46 +0000 Subject: [PATCH] Update version in pyproject and docs --- 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 d262dcd..3d412b6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,7 +6,7 @@ project = "route-distances" copyright = "2021-2022, Molecular AI group" author = "Molecular AI group" -release = "1.1.1" +release = "1.2.0" extensions = [ "sphinx.ext.autodoc", diff --git a/pyproject.toml b/pyproject.toml index ff8825a..480f2ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "route-distances" -version = "1.1.1" +version = "1.2.0" description = "Models for calculating distances between synthesis routes" authors = ["Genheden, Samuel "] license = "MIT"