Skip to content

Commit 6c9e1f1

Browse files
committed
bumping to py-0.7.0.dev4
1 parent aa80671 commit 6c9e1f1

File tree

3 files changed

+4
-4
lines changed

3 files changed

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

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.7.0.dev3"
3+
version = "0.7.0.dev4"
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 = "setuptools.build_meta"
1515

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

0 commit comments

Comments
 (0)