Skip to content

Commit

Permalink
Prepare release v.1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
f3rmion committed Mar 18, 2021
1 parent 47d628d commit 4e03cd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kallisto"
version = "1.0.5"
version = "1.0.6"
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"
Expand Down
2 changes: 1 addition & 1 deletion src/kallisto/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.5"
__version__ = "1.0.6"
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@


def test_version():
assert __version__ == "1.0.5"
assert __version__ == "1.0.6"

0 comments on commit 4e03cd5

Please sign in to comment.