Skip to content

Commit

Permalink
Merge pull request #371 from QunaSys/release_0-20-0
Browse files Browse the repository at this point in the history
Release quri-parts 0.20.0
  • Loading branch information
kwkbtr authored Oct 25, 2024
2 parents da930fa + 50c7db3 commit 11aa0e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.19.0"
version = "0.20.0"
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.19.0"
version = "0.20.0"
edition = "2021"
publish = false

[dependencies]
num-complex = "0.4.6"
quri-parts = { path = "../../", version = "0.19.0", features = ["python"] }
quri-parts = { path = "../../", version = "0.20.0", 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.19.0"
version = "0.20.0"
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.19.0"
version = "0.20.0"
description = "Platform-independent quantum circuit library"
license = "Apache-2.0"
authors = ["QURI Parts Authors <opensource@qunasys.com>"]
Expand Down

1 comment on commit 11aa0e0

@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.