From a17f425e5c8527a9b3e58a6df7f54e65c2e68a36 Mon Sep 17 00:00:00 2001 From: Theodor Isacsson Date: Tue, 3 Dec 2024 09:08:49 -0800 Subject: [PATCH] Bump version for release --- .circleci/config.yml | 4 ++-- dwave/gate/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bfe8fe8..731240e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -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 diff --git a/dwave/gate/__init__.py b/dwave/gate/__init__.py index 84b46b7..c2f0e77 100644 --- a/dwave/gate/__init__.py +++ b/dwave/gate/__init__.py @@ -16,4 +16,4 @@ from dwave.gate.mixedproperty import * from dwave.gate.primitives import * -__version__ = "0.3.2" +__version__ = "0.3.3"