Skip to content

Commit 18b2986

Browse files
authored
bump to py-0.7.0.dev1 (#171)
* bump to py-0.7.0.dev1
1 parent 65414e8 commit 18b2986

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,7 +1,7 @@
11
# PECOS/python/pecos-rslib/pyproject.toml
22
[project]
33
name = "pecos-rslib"
4-
version = "0.7.0.dev0"
4+
version = "0.7.0.dev1"
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.7.0.dev0"
18+
version = "0.7.0.dev1"
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.dev0",
31+
"pecos-rslib==0.7.0.dev1",
3232
"phir>=0.3.3",
3333
"numpy>=1.15.0",
3434
"scipy>=1.1.0",

0 commit comments

Comments
 (0)