Skip to content

Commit

Permalink
Merge pull request #374 from QunaSys/release_0-20-1
Browse files Browse the repository at this point in the history
Release 0.20.1
  • Loading branch information
kwkbtr authored Oct 25, 2024
2 parents 5aee72b + 0f5b15d commit f4c60d0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .licenses/pip/pytket.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: pytket
version: 1.33.1
version: 1.34.0
type: pip
summary: Quantum computing toolkit and interface to the TKET compiler
homepage: ''
Expand Down
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.0"
version = "0.20.1"
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.0"
version = "0.20.1"
edition = "2021"
publish = false

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

1 comment on commit f4c60d0

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