Skip to content

Commit 35497fe

Browse files
committed
chore(release): bump version to 0.1.0
1 parent a1689da commit 35497fe

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

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.1.0-alpha.1"
3+
version = "0.1.0"
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.1.0-alpha.1"}
21+
zixy = { path = "../zixy", version = "0.1.0"}
2222
pyo3 = { workspace = true, features = ["py-clone", "abi3-py310", "num-complex"] }
2323
numpy = { workspace = true }
2424
itertools = { workspace = true }

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.1.0-alpha.1"
3+
version = "0.1.0"
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
@@ -26,4 +26,4 @@
2626

2727
# This is updated by our release-please workflow, triggered by this
2828
# annotation: x-release-please-version
29-
__version__ = "0.1.0-alpha.1"
29+
__version__ = "0.1.0"

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.1.0-alpha.1"
3+
version = "0.1.0"
44
edition = { workspace = true }
55
rust-version = { workspace = true }
66

0 commit comments

Comments
 (0)