Skip to content

Commit

Permalink
Prepare release v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
f3rmion committed Apr 7, 2021
1 parent e3dd012 commit 58602bd
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.6"
version = "1.0.7"
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.6"
__version__ = "1.0.7"
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.6"
assert __version__ == "1.0.7"

0 comments on commit 58602bd

Please sign in to comment.