diff --git a/Cargo.toml b/Cargo.toml index e2f99ed7..7fa69711 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "biodivine-aeon-py" -version = "0.1.0" +version = "0.1.1" edition = "2021" [lib] diff --git a/pyproject.toml b/pyproject.toml index ac429ac3..eac5762e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "biodivine_aeon" repository = "https://github.com/sybila/biodivine-aeon-py/" documentation = "https://biodivine.fi.muni.cz/docs/aeon-py/v0.1.0/" description = "Python bindings for the tool AEON." -version = "0.1.0" +version = "0.1.1" requires-python = ">=3.6" classifiers = [ "Programming Language :: Rust",