Skip to content

Commit

Permalink
Merge pull request #49 from XanaduAI/pennylane_requires_fix
Browse files Browse the repository at this point in the history
allowed device to use all new versions of pennylane
  • Loading branch information
josh146 committed Feb 13, 2019
2 parents 4a2d289 + 10fb95e commit 9c98bff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pennylane_pq/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = '0.2.0'
__version__ = '0.2.1'
4 changes: 2 additions & 2 deletions pennylane_pq/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ class _ProjectQDevice(Device): #pylint: disable=abstract-method
"""
name = 'ProjectQ PennyLane plugin'
short_name = 'projectq'
pennylane_requires = '0.2.0'
version = '0.2.0'
pennylane_requires = '>=0.2.0'
version = '0.2.1'
plugin_version = __version__
author = 'Christian Gogolin'
_capabilities = {'backend': list(["Simulator", "ClassicalSimulator", "IBMBackend"])}
Expand Down

0 comments on commit 9c98bff

Please sign in to comment.