From 8433f221a1e79101e1db0d80968ab5a2f59b865d Mon Sep 17 00:00:00 2001 From: Alexander Condello Date: Thu, 17 Aug 2023 10:14:58 -0700 Subject: [PATCH] Update version 0.12.10 -> 0.12.11 --- dimod/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dimod/__init__.py b/dimod/__init__.py index 12bdd025b..86fce8c29 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.12.10' +__version__ = '0.12.11' from dimod.constrained import * import dimod.constrained