Skip to content

Commit

Permalink
Release 0.4.3
Browse files Browse the repository at this point in the history
New Features
---
- Add Python 3.10 support/wheels (#95)

Fixes
---
- Remove 3rd party include file that used to be required on
  Windows (#90)
- Remove `dwave-hybrid` as a testing dependency (#75)
  • Loading branch information
randomir committed Dec 20, 2021
1 parent 8713fb3 commit 33b06f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

__package_name__ = 'dwave-tabu'
__version__ = '0.4.3rc0'
__version__ = '0.4.3'

__all__ = ['TabuSearch', 'TabuSampler']

Expand Down

0 comments on commit 33b06f0

Please sign in to comment.