Skip to content

Commit 4512f88

Browse files
committed
Upgrade version to 0.4.0
1 parent 3326ee1 commit 4512f88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 = "twisterl"
77
requires-python = ">=3.9"
8-
version = "0.1.0"
8+
version = "0.4.0"
99
description = "Minimal RL in Rust"
1010
authors = [{ name = "IBM Quantum+AI Team" }]
1111
readme = "README.md"

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "twisterl"
3-
version = "0.1.0"
3+
version = "0.4.0"
44
edition = "2021"
55
description = "Reinforcement learning primitives and a Python extension for high performance training and inference."
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)