Skip to content

Commit

Permalink
Bump version to v0.3.4
Browse files Browse the repository at this point in the history
Changes from v0.3.3:

- config improvements (progressive config load, greater control,
  transparent errors, new legacy config loader) and bug fixes
- tests improvements (testing utilities, config file for live tests)
- performance improvements (responsible use of resources, internally and
  in examples)
- dwave cli fixes
- docs/package/setup structural and visual updates
  • Loading branch information
randomir committed Apr 12, 2018
1 parent c340660 commit 3bbd7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwave/cloud/package_info.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__packagename__ = 'dwave-cloud-client'
__title__ = 'D-Wave Cloud Client'
__version__ = '0.3.3'
__version__ = '0.3.4'
__author__ = 'D-Wave Systems Inc.'
__description__ = 'A minimal client for interacting with D-Wave cloud resources.'
__url__ = 'https://github.com/dwavesystems/dwave-cloud-client'
Expand Down

0 comments on commit 3bbd7b1

Please sign in to comment.