From 7760d75bb5ca38d2c96924e0ea1d65485cdc5c6f Mon Sep 17 00:00:00 2001 From: Alexander Condello Date: Fri, 25 Nov 2022 15:40:58 -0800 Subject: [PATCH] Update version 0.12.2 -> 0.12.3 --- dimod/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dimod/__init__.py b/dimod/__init__.py index 4ea7dc4d3..352016935 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.2' +__version__ = '0.12.3' from dimod.constrained import * import dimod.constrained