From 6a13aeece77a02605c0bf75819d01049f087b00b Mon Sep 17 00:00:00 2001 From: Alexander Condello Date: Tue, 24 Oct 2023 10:06:55 -0700 Subject: [PATCH] Update version 0.12.12 -> 0.12.13 --- dimod/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dimod/__init__.py b/dimod/__init__.py index f6c854323..66fae1b6f 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.12' +__version__ = '0.12.13' from dimod.constrained import * import dimod.constrained