From 6a16efbbfc44b0a18a73183bc1c3c7064356098c Mon Sep 17 00:00:00 2001 From: Samuel Pastva Date: Fri, 20 Sep 2024 18:12:34 +0200 Subject: [PATCH] Update version. --- Cargo.toml | 2 +- conda/meta.yaml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 644cd26..8bdb65a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "biodivine-aeon-py" -version = "1.0.1" +version = "1.1.0" edition = "2021" [lib] diff --git a/conda/meta.yaml b/conda/meta.yaml index 0c9c981..ab39b44 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "biodivine_aeon" %} -{% set version = "1.0.1" %} +{% set version = "1.1.0" %} package: name: "{{ name|lower }}" diff --git a/pyproject.toml b/pyproject.toml index 34d4005..c00001a 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.0.1" +version = "1.1.0" requires-python = ">=3.9" classifiers = [ "Programming Language :: Rust",