Skip to content

Commit c8ed4bc

Browse files
committed
bumping to py-0.7.0.dev3
1 parent 31903b5 commit c8ed4bc

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

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.7.0.dev0"
3+
version = "0.7.0.dev3"
44
dependencies = [
55
"wasmer~=1.1.0",
66
"wasmer-compiler-cranelift~=1.1.0",

python/pecos-rslib/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# PECOS/python/pecos-rslib/pyproject.toml
21
[project]
32
name = "pecos-rslib"
4-
version = "0.7.0.dev2"
3+
version = "0.7.0.dev3"
54
description = "Rust libary extensions for Python PECOS."
65
authors = [
76
{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 = "setuptools.build_meta"
1515

1616
[project]
1717
name = "quantum-pecos"
18-
version = "0.7.0.dev2"
18+
version = "0.7.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.7.0.dev2",
31+
"pecos-rslib==0.7.0.dev3",
3232
"phir>=0.3.3",
3333
"numpy>=1.15.0",
3434
"scipy>=1.1.0",

uv.lock

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

0 commit comments

Comments
 (0)