Skip to content

Commit b9c77bd

Browse files
authored
Bump to version 0.8.0.dev5 (#258)
1 parent 8711c0c commit b9c77bd

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pecos-workspace"
3-
version = "0.8.0.dev4"
3+
version = "0.8.0.dev5"
44
# Development dependencies that are optional in quantum-pecos but needed for full dev/test
55
dependencies = [
66
"stim>=1.15.0", # Optional in quantum-pecos, but needed for stim-related tests

python/pecos-rslib-cuda/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pecos-rslib-cuda"
3-
version = "0.8.0.dev4"
3+
version = "0.8.0.dev5"
44
description = "CUDA/cuQuantum Python bindings for PECOS quantum simulators (Rust implementation)."
55
authors = [
66
{name = "The PECOS Developers"},

python/pecos-rslib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pecos-rslib"
3-
version = "0.8.0.dev4"
3+
version = "0.8.0.dev5"
44
description = "Rust libary extensions for Python PECOS."
55
authors = [
66
{name = "The PECOS Developers"},

python/quantum-pecos/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build-backend = "hatchling.build"
1515

1616
[project]
1717
name = "quantum-pecos"
18-
version = "0.8.0.dev4"
18+
version = "0.8.0.dev5"
1919
authors = [
2020
{name = "The PECOS Developers"},
2121
]
@@ -28,7 +28,7 @@ requires-python = ">=3.10"
2828
license = { file = "LICENSE"}
2929
keywords = ["quantum", "QEC", "simulation", "PECOS"]
3030
dependencies = [
31-
"pecos-rslib==0.8.0.dev4",
31+
"pecos-rslib==0.8.0.dev5",
3232
"phir>=0.3.3",
3333
"networkx>=2.1.0",
3434
"guppylang>=0.21.6",
@@ -74,7 +74,7 @@ all = [
7474
# These packages work with uv/pip once CUDA toolkit is installed.
7575
# Note: CUDA packages require Python 3.11+ due to cuquantum-python-cu13 requirements
7676
cuda = [
77-
"pecos-rslib-cuda==0.8.0.dev4",
77+
"pecos-rslib-cuda==0.8.0.dev5",
7878
"cupy-cuda13x>=13.0.0; python_version >= '3.11'", # Use cupy-cuda12x for CUDA 12
7979
"cuquantum-python-cu13>=25.3.0; python_version >= '3.11'", # Use cuquantum-python-cu12 for CUDA 12
8080
"pytket-cutensornet>=0.12.0; python_version >= '3.11'",

python/selene-plugins/pecos-selene-stab/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pecos-selene-stab"
3-
version = "0.8.0.dev4"
3+
version = "0.8.0.dev5"
44
requires-python = ">=3.10"
55
description = "PECOS Stab simulator plugin for the Selene quantum emulator"
66
readme = "README.md"

python/selene-plugins/pecos-selene-statevec/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pecos-selene-statevec"
3-
version = "0.8.0.dev4"
3+
version = "0.8.0.dev5"
44
requires-python = ">=3.10"
55
description = "PECOS StateVec simulator plugin for the Selene quantum emulator"
66
readme = "README.md"

uv.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)