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

Commit af3b25a

Browse files
author
Heidi Tong
committed
Release version 0.3.3
New Features --- - Support dimod 0.10 (#157) Changes --- - Drop support for python 3.5 (#158)
1 parent 2bd1c70 commit af3b25a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
- run:
203203
name: install python
204204
command: |
205-
pyenv install $PYTHON -s
205+
pyenv install << parameters.python-version >> -s
206206
207207
- save_cache: *save-cache-pyenv
208208

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.2',
76+
version='0.3.3',
7777
packages=packages,
7878
package_dir={'dwave_qbsolv': 'python/dwave_qbsolv'},
7979
install_requires=['dimod>=0.8.1,<0.11.0'],

0 commit comments

Comments
 (0)