From 86fe4387c00364a067d451e1f8c48afb803107c7 Mon Sep 17 00:00:00 2001 From: Eike Caldeweyher Date: Thu, 14 Sep 2023 14:02:56 +0200 Subject: [PATCH] chore: bump version to 1.0.10 --- pyproject.toml | 2 +- tests/test_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b3f593d..15f6ed6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kallisto" -version = "1.0.9" +version = "1.0.10" description = "The Kallisto software enables the efficient calculation of atomic features that can be used within a quantitative structure-activity relationship (QSAR) approach. Furthermore, several modelling helpers are implemented." license = "Apache 2.0" readme = "README.md" diff --git a/tests/test_version.py b/tests/test_version.py index 0fb8c13..5b5162c 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -3,4 +3,4 @@ def test_version(): - assert __version__ == "1.0.9" + assert __version__ == "1.0.10"