Skip to content

Commit 369b1be

Browse files
committed
Update version 0.8.0 -> 0.8.1
New Features ------------ * `BatchReverseComposite` and `ReverseAdvanceComposite` * Failover support in `DWaveSampler` * Embedding composites now return QPU `problem_id` in sampleset's info field and additional embedding context/parameters * Warnings generation (during embedding/unembedding)
1 parent ee07960 commit 369b1be

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__ = '0.8.0'
18+
__version__ = '0.8.1'
1919
__author__ = 'D-Wave Systems Inc.'
2020
__authoremail__ = '[email protected]'
2121
__description__ = 'All things D-Wave System.'

0 commit comments

Comments
 (0)