Skip to content

Commit 98a08db

Browse files
authored
Merge pull request #54 from thisac/release0.3.3
Bump version for release
2 parents d0ae448 + a17f425 commit 98a08db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ workflows:
235235
- build-linux: &build
236236
matrix:
237237
parameters:
238-
python-version: &python-versions [3.9.19, 3.10.14, 3.11.9, 3.12.4, 3.13.0rc3]
238+
python-version: &python-versions [3.9.19, 3.10.14, 3.11.9, 3.12.4, 3.13.0]
239239
- build-linux-aarch64: *build
240240
- build-sdist
241241
- build-osx: *build
@@ -257,7 +257,7 @@ workflows:
257257
- dependency-versions: numpy==1.24.4
258258
python-version: 3.12.4
259259
- dependency-versions: numpy==1.24.4
260-
python-version: 3.13.0rc3
260+
python-version: 3.13.0
261261
- test-sdist:
262262
requires:
263263
- build-sdist

dwave/gate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
from dwave.gate.mixedproperty import *
1717
from dwave.gate.primitives import *
1818

19-
__version__ = "0.3.2"
19+
__version__ = "0.3.3"

0 commit comments

Comments
 (0)