Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Commit a406a79

Browse files
committed
Release version 0.3.1
Fixes --- - Test with dimod 0.9.x by default - Stopped using hierarchical requirements include - Simplified and updated Windows tests to work with latest AppVeyor setup - Skip deploying linux/py39 package, as not all dependencies are available for py39.
1 parent f7bbc2b commit a406a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def build_extensions(self):
7373

7474
setup(
7575
name='dwave-qbsolv',
76-
version='0.3.0',
76+
version='0.3.1',
7777
packages=packages,
7878
package_dir={'dwave_qbsolv': 'python/dwave_qbsolv'},
7979
install_requires=['dimod>=0.8.1,<0.10.0'],

0 commit comments

Comments
 (0)