From 6ef80473dead6770765f4b281124877318f445e1 Mon Sep 17 00:00:00 2001 From: Samuel Pastva Date: Tue, 22 Oct 2024 08:48:52 +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 8bdb65a..fcfd727 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "biodivine-aeon-py" -version = "1.1.0" +version = "1.1.1" edition = "2021" [lib] diff --git a/conda/meta.yaml b/conda/meta.yaml index ab39b44..57b696c 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "biodivine_aeon" %} -{% set version = "1.1.0" %} +{% set version = "1.1.1" %} package: name: "{{ name|lower }}" diff --git a/pyproject.toml b/pyproject.toml index c00001a..2a97909 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.0" +version = "1.1.1" requires-python = ">=3.9" classifiers = [ "Programming Language :: Rust",