From 803256589995763e30f12fbe816d2a15eaecbff8 Mon Sep 17 00:00:00 2001 From: DavKre Date: Tue, 18 Jul 2023 22:53:05 +0200 Subject: [PATCH] fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae36e27..6034ae4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "hatchling.build" [project] name = "TTLRetro" description = "Multistep retrosynthesis prediction." -version = '1.3.6' +version = '1.3.7' readme = "README.md" requires-python = ">=3.8.16" license = { text = "BSD 3-Clause License" }