From 74dfbd2e690473eef8093440283db892d9d714f9 Mon Sep 17 00:00:00 2001 From: Theodor Isacsson Date: Tue, 18 Jul 2023 10:06:07 -0700 Subject: [PATCH] Bump version to 0.3.0 --- dwave/gate/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwave/gate/__init__.py b/dwave/gate/__init__.py index 7ac5653..bf090c3 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.2.1" +__version__ = "0.3.0"