Skip to content

Commit 9fe827d

Browse files
authored
Release 1.25.0 (#522)
1 parent 1a77b93 commit 9fe827d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dwave/system/package_info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
__all__ = ['__version__', '__author__', '__authoremail__', '__description__']
1616

17-
__version__ = '1.25.0.dev0'
17+
__version__ = '1.25.0'
1818
__author__ = 'D-Wave Systems Inc.'
1919
__authoremail__ = '[email protected]'
2020
__description__ = 'All things D-Wave System.'

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
--extra-index-url https://pypi.dwavesys.com/simple
22

33
dimod==0.12.13
4-
dwave-optimization==0.1.0rc1
4+
dwave-optimization==0.1.0
55
dwave-preprocessing==0.6.4
6-
dwave-cloud-client==0.12.0.dev0
6+
dwave-cloud-client==0.12.0
77
dwave-networkx==0.8.10
88
dwave-drivers==0.4.4
99
dwave-samplers==1.2.0

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

2626

2727
install_requires = ['dimod>=0.12.7,<0.14.0',
28-
'dwave-optimization>=0.1.0rc1,<0.3',
29-
'dwave-cloud-client>=0.12.0.dev0,<0.13.0',
28+
'dwave-optimization>=0.1.0,<0.3',
29+
'dwave-cloud-client>=0.12.0,<0.13.0',
3030
'dwave-networkx>=0.8.10',
3131
'dwave-preprocessing>=0.5.0',
3232
'homebase>=1.0.0,<2.0.0',

0 commit comments

Comments
 (0)