From 9b17267e2db2db0f0687e63741db05ed6ca6df14 Mon Sep 17 00:00:00 2001 From: Alexander Condello Date: Tue, 3 Sep 2024 07:56:14 -0700 Subject: [PATCH] Update version 0.12.16 -> 0.12.17 --- dimod/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dimod/__init__.py b/dimod/__init__.py index 08c599f3e..e59b5495e 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.16' +__version__ = '0.12.17' from dimod.constrained import * import dimod.constrained