Skip to content

Commit 86638c6

Browse files
authored
bumping from 0.8.0.dev2 to 0.8.0.dev3 (#251)
1 parent 5a3fd4d commit 86638c6

9 files changed

Lines changed: 35 additions & 35 deletions

File tree

Cargo.lock

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

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.dev2"
3+
version = "0.8.0.dev3"
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/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.dev2"
3+
version = "0.8.0.dev3"
44
description = "Rust libary extensions for Python PECOS."
55
authors = [
66
{name = "The PECOS Developers"},

python/quantum-pecos/pyproject.toml

Lines changed: 2 additions & 2 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.dev2"
18+
version = "0.8.0.dev3"
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.dev2",
31+
"pecos-rslib==0.8.0.dev3",
3232
"phir>=0.3.3",
3333
"networkx>=2.1.0",
3434
"guppylang>=0.21.6",

python/selene-plugins/pecos-selene-quest/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-quest"
3-
version = "0.8.0.dev2"
3+
version = "0.8.0.dev3"
44
requires-python = ">=3.10"
55
description = "PECOS Quest simulator plugin for the Selene quantum emulator"
66
readme = "README.md"

python/selene-plugins/pecos-selene-qulacs/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-qulacs"
3-
version = "0.8.0.dev2"
3+
version = "0.8.0.dev3"
44
requires-python = ">=3.10"
55
description = "PECOS Qulacs simulator plugin for the Selene quantum emulator"
66
readme = "README.md"

python/selene-plugins/pecos-selene-sparsestab/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-sparsestab"
3-
version = "0.8.0.dev2"
3+
version = "0.8.0.dev3"
44
requires-python = ">=3.10"
55
description = "PECOS SparseStab 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.dev2"
3+
version = "0.8.0.dev3"
44
requires-python = ">=3.10"
55
description = "PECOS StateVec simulator plugin for the Selene quantum emulator"
66
readme = "README.md"

uv.lock

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

0 commit comments

Comments
 (0)