Skip to content

Commit f262abd

Browse files
authored
bump to 0.7.0.dev0 (#156)
* bump to 0.7.0.dev0
1 parent 50ff838 commit f262abd

5 files changed

Lines changed: 16 additions & 16 deletions

File tree

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

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.6.0.dev8"
3+
version = "0.7.0.dev0"
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,7 +1,7 @@
11
# PECOS/python/pecos-rslib/pyproject.toml
22
[project]
33
name = "pecos-rslib"
4-
version = "0.6.0.dev8"
4+
version = "0.7.0.dev0"
55
description = "Rust libary extensions for Python PECOS."
66
authors = [
77
{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.6.0.dev8"
18+
version = "0.7.0.dev0"
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.6.0.dev8",
31+
"pecos-rslib==0.7.0.dev0",
3232
"phir>=0.3.3",
3333
"numpy>=1.15.0",
3434
"scipy>=1.1.0",

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)