Skip to content

Commit d242d17

Browse files
authored
Bump Python PECOS versi5on from 0.6.0.dev6 to 0.6.0.dev7 (#100)
1 parent d3787c4 commit d242d17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.6.0.dev6"
3+
version = "0.6.0.dev7"
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.6.0.dev6"
18+
version = "0.6.0.dev7"
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.dev6",
31+
"pecos-rslib==0.6.0.dev7",
3232
"phir>=0.3.3",
3333
"numpy>=1.15.0; python_version >= '3.13'",
3434
"numpy>=1.15.0,<2.0; python_version < '3.13'",

0 commit comments

Comments
 (0)