From 4920d4e490a40ae69fafb4709ff8cc91059feb79 Mon Sep 17 00:00:00 2001 From: Alexander Condello Date: Thu, 13 Jun 2019 09:46:44 -0700 Subject: [PATCH] Update version 0.8.13 -> 0.8.14 Fixes ----- * Fix `num_occurrences` not being aggregated correctly in `SampleSet.aggregate` --- 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 7d84678ce..5eccd74bc 100644 --- a/dimod/package_info.py +++ b/dimod/package_info.py @@ -14,7 +14,7 @@ # # ================================================================================================ -__version__ = '0.8.13' +__version__ = '0.8.14' __author__ = 'D-Wave Systems Inc.' __authoremail__ = 'acondello@dwavesys.com' __description__ = 'A shared API for binary quadratic model samplers.'