Skip to content

Commit 097272e

Browse files
authored
chore(main): release 0.3.1 (#128)
1 parent 5fc46d7 commit 097272e

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.3.1"
33
}

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zixy-py/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zixy-py"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = { workspace = true }
55
rust-version = { workspace = true }
66
homepage = { workspace = true }
@@ -18,7 +18,7 @@ test = false
1818
bench = false
1919

2020
[dependencies]
21-
zixy = { path = "../zixy", version = "0.3.0"}
21+
zixy = { path = "../zixy", version = "0.3.1"}
2222
pyo3 = { workspace = true, features = ["py-clone", "abi3-py310", "num-complex"] }
2323
numpy = { workspace = true }
2424
itertools = { workspace = true }

zixy-py/docs/uv.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.

zixy-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "zixy"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
requires-python = ">=3.10"
55
description = "Quantinuum's high performance library for the manipulation of Pauli strings and other quantum algebraic objects"
66
license = { file = "LICENCE" }

zixy-py/zixy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
__all__ = ["container", "fermion", "qubit"]
2626

2727
# x-release-please-start-version
28-
__version__ = "0.3.0"
28+
__version__ = "0.3.1"
2929
# x-release-please-end

zixy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zixy"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = { workspace = true }
55
rust-version = { workspace = true }
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)