Skip to content

Commit 2dfa2cd

Browse files
committed
build: Bump version.
1 parent 4d68bc9 commit 2dfa2cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "biodivine-aeon-py"
3-
version = "1.3.2"
3+
version = "1.3.3"
44
edition = "2024"
55

66
[lib]

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "biodivine_aeon" %}
2-
{% set version = "1.3.2" %}
2+
{% set version = "1.3.3" %}
33

44
package:
55
name: "{{ name|lower }}"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "maturin"
55
[project]
66
name = "biodivine_aeon"
77
description = "Python bindings for the tool AEON."
8-
version = "1.3.2"
8+
version = "1.3.3"
99
requires-python = ">=3.9"
1010
readme = "README.md"
1111
license = {text = "MIT"}

0 commit comments

Comments
 (0)