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"