Skip to content

Commit

Permalink
Release 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kwkbtr committed Oct 25, 2024
1 parent ade0b56 commit 3d9771a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quri-parts"
version = "0.20.1"
version = "0.20.2"
edition = "2021"
description = "Platform-independent quantum computing library"
authors = ["QURI Parts Authors <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions packages/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "quri-parts-rust"
version = "0.20.1"
version = "0.20.2"
edition = "2021"
publish = false

[dependencies]
num-complex = "0.4.6"
quri-parts = { path = "../../", version = "0.20.1", features = ["python"] }
quri-parts = { path = "../../", version = "0.20.2", features = ["python"] }

[dependencies.pyo3]
version = "*"
Expand Down
4 changes: 2 additions & 2 deletions packages/rust/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies = [
"numpy>=1.22.0",
]
name = "quri-parts-rust"
version = "0.20.1"
version = "0.20.2"
description = "Platform-independent quantum circuit library"
license = { text = "Apache-2.0"}
authors = [
Expand All @@ -28,7 +28,7 @@ Documentation = "https://quri-parts.qunasys.com"
# The followings is needed for rust-sdist-package CI
[tool.poetry]
name = "quri-parts-rust"
version = "0.20.1"
version = "0.20.2"
description = "Platform-independent quantum circuit library"
license = "Apache-2.0"
authors = ["QURI Parts Authors <[email protected]>"]
Expand Down

0 comments on commit 3d9771a

Please sign in to comment.