Skip to content

Commit

Permalink
Merge pull request #376 from QunaSys/release_0-20-2
Browse files Browse the repository at this point in the history
Release 0.20.2
  • Loading branch information
kwkbtr authored Oct 25, 2024
2 parents ca1d4ed + 3d9771a commit c65968e
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 <opensource@qunasys.com>"]
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 <opensource@qunasys.com>"]
Expand Down

1 comment on commit c65968e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.