Skip to content

Commit ae1f880

Browse files
authored
Update version 0.8.2.dev3 -> 0.9.0
Changes ------- * Support only python 3.5+ New Features ----------- * Add `ChainStrengthWarning`, `EnergyScaleWarning`, `TooFewSamplesWarning` * Support `dwave setup` command * Support for Leap2's hybrid sampling service through the new `LeapHybridSampler`
1 parent ecc820a commit ae1f880

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

0 commit comments

Comments
 (0)