From a330e0951a0f8ddb001b0d362b459be9238d46ff Mon Sep 17 00:00:00 2001 From: Alexander Condello Date: Tue, 15 Mar 2022 11:35:18 -0700 Subject: [PATCH] Update version 0.10.15 -> 0.10.16 --- dimod/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dimod/__init__.py b/dimod/__init__.py index 9aa6a2f3d..57c275639 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.10.15' +__version__ = '0.10.16' from dimod.bqm import *