We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d68bc9 commit 2dfa2cdCopy full SHA for 2dfa2cd
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "biodivine-aeon-py"
3
-version = "1.3.2"
+version = "1.3.3"
4
edition = "2024"
5
6
[lib]
conda/meta.yaml
@@ -1,5 +1,5 @@
{% set name = "biodivine_aeon" %}
-{% set version = "1.3.2" %}
+{% set version = "1.3.3" %}
package:
name: "{{ name|lower }}"
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "maturin"
[project]
name = "biodivine_aeon"
7
description = "Python bindings for the tool AEON."
8
9
requires-python = ">=3.9"
10
readme = "README.md"
11
license = {text = "MIT"}
0 commit comments