From 188793bbab6590f9b4b6fb8789a6cde1da8e71c3 Mon Sep 17 00:00:00 2001 From: Alexander Condello Date: Thu, 29 Sep 2022 18:09:06 -0700 Subject: [PATCH] Update version 0.11.6.dev1 -> 0.11.6.dev2 --- dimod/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dimod/__init__.py b/dimod/__init__.py index 6f91d5619..7e05b9516 100644 --- a/dimod/__init__.py +++ b/dimod/__init__.py @@ -13,7 +13,7 @@ # limitations under the License. # version is used by serialization below so we need it before everything -__version__ = '0.11.6.dev1' +__version__ = '0.11.6.dev2' from dimod.constrained import * import dimod.constrained