From d52e9700f511b01d15a1c2990be15d2a1cafd394 Mon Sep 17 00:00:00 2001 From: Samuel Pastva Date: Sat, 26 Oct 2024 21:49:09 +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 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",