Skip to content

Commit

Permalink
Merge pull request #163 from arcondello/master
Browse files Browse the repository at this point in the history
Fix bug where embedding subpackage was not properly installed
  • Loading branch information
arcondello authored Apr 5, 2018
2 parents 2b1f5c6 + 299ca33 commit 0f43963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dimod/package_info.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.6.5'
__version__ = '0.6.6'
__author__ = 'D-Wave Systems Inc.'
__authoremail__ = 'acondello@dwavesys.com'
__description__ = 'A shared API for binary quadratic model samplers.'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

packages = ['dimod',
'dimod.core',
'dimod.embedding',
'dimod.io',
'dimod.reference',
'dimod.reference.composites',
Expand Down

0 comments on commit 0f43963

Please sign in to comment.