diff --git a/Cargo.toml b/Cargo.toml index d1e283a..6f494af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "biodivine-aeon-py" -version = "1.1.2" +version = "1.2.0" edition = "2021" [lib] diff --git a/conda/meta.yaml b/conda/meta.yaml index 4a74a50..6cb6a09 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "biodivine_aeon" %} -{% set version = "1.1.2" %} +{% set version = "1.2.0" %} package: name: "{{ name|lower }}" diff --git a/pyproject.toml b/pyproject.toml index 22741e4..8830ccf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "maturin" [project] name = "biodivine_aeon" description = "Python bindings for the tool AEON." -version = "1.1.2" +version = "1.2.0" requires-python = ">=3.9" classifiers = [ "Programming Language :: Rust",