diff --git a/pyproject.toml b/pyproject.toml index 01f603c..3d8030e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kallisto" -version = "1.0.4" +version = "1.0.5" 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/src/kallisto/__init__.py b/src/kallisto/__init__.py index 92192ee..68cdeee 100644 --- a/src/kallisto/__init__.py +++ b/src/kallisto/__init__.py @@ -1 +1 @@ -__version__ = "1.0.4" +__version__ = "1.0.5" diff --git a/tests/test_version.py b/tests/test_version.py index 5a10ca6..6496085 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -4,4 +4,4 @@ def test_version(): - assert __version__ == "1.0.4" + assert __version__ == "1.0.5"