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

Commit

Permalink
Release version 0.3.3
Browse files Browse the repository at this point in the history
New Features
---

- Support dimod 0.10 (#157)

Changes
---

- Drop support for python 3.5 (#158)
  • Loading branch information
Heidi Tong authored Aug 19, 2021
1 parent 2bd1c70 commit be70d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def build_extensions(self):

setup(
name='dwave-qbsolv',
version='0.3.2',
version='0.3.3',
packages=packages,
package_dir={'dwave_qbsolv': 'python/dwave_qbsolv'},
install_requires=['dimod>=0.8.1,<0.11.0'],
Expand Down

0 comments on commit be70d9e

Please sign in to comment.