diff --git a/dimod/__init__.py b/dimod/__init__.py index 57c275639..7a096b0d1 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.16' +__version__ = '0.10.17' from dimod.bqm import *