Skip to content

Commit

Permalink
Merge pull request #54 from thisac/release0.3.3
Browse files Browse the repository at this point in the history
Bump version for release
  • Loading branch information
thisac authored Dec 3, 2024
2 parents d0ae448 + a17f425 commit 98a08db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ workflows:
- build-linux: &build
matrix:
parameters:
python-version: &python-versions [3.9.19, 3.10.14, 3.11.9, 3.12.4, 3.13.0rc3]
python-version: &python-versions [3.9.19, 3.10.14, 3.11.9, 3.12.4, 3.13.0]
- build-linux-aarch64: *build
- build-sdist
- build-osx: *build
Expand All @@ -257,7 +257,7 @@ workflows:
- dependency-versions: numpy==1.24.4
python-version: 3.12.4
- dependency-versions: numpy==1.24.4
python-version: 3.13.0rc3
python-version: 3.13.0
- test-sdist:
requires:
- build-sdist
Expand Down
2 changes: 1 addition & 1 deletion dwave/gate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
from dwave.gate.mixedproperty import *
from dwave.gate.primitives import *

__version__ = "0.3.2"
__version__ = "0.3.3"

0 comments on commit 98a08db

Please sign in to comment.