From 9af460dc0f9028a1292cf786063c278cae3c0c80 Mon Sep 17 00:00:00 2001 From: Alexander Condello Date: Wed, 7 Oct 2020 19:56:36 -0700 Subject: [PATCH] Update version 0.9.9 -> 0.9.10 Fixes ----- * Fix the behavior of the file-like returned by `DQM.to_file` --- dimod/package_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dimod/package_info.py b/dimod/package_info.py index 628516bb6..a761a1c99 100644 --- a/dimod/package_info.py +++ b/dimod/package_info.py @@ -14,7 +14,7 @@ # # ================================================================================================ -__version__ = '0.9.9' +__version__ = '0.9.10' __author__ = 'D-Wave Systems Inc.' __authoremail__ = 'acondello@dwavesys.com' __description__ = 'A shared API for binary quadratic model samplers.'