Skip to content

Commit 4f81be8

Browse files
authored
Update version 1.0.0 -> 1.1.0
New Features ------------ * New `LeapHybridDQMSampler` Fixes ----- * `embed_bqm` now always returns a BQM rather than sometimes returning a view
1 parent 812502e commit 4f81be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dwave/system/package_info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# =============================================================================
1616
__all__ = ['__version__', '__author__', '__authoremail__', '__description__']
1717

18-
__version__ = '1.0.0'
18+
__version__ = '1.1.0'
1919
__author__ = 'D-Wave Systems Inc.'
2020
__authoremail__ = '[email protected]'
2121
__description__ = 'All things D-Wave System.'

0 commit comments

Comments
 (0)