Skip to content

Commit

Permalink
Incrementing the version number to 0.8.1 (#72)
Browse files Browse the repository at this point in the history
* Bumping version number, adjusting requirements and updating CHANGELOG

* CHANGELOG
  • Loading branch information
antalszava authored Mar 2, 2020
1 parent 016fbc1 commit 82e0732
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 15 deletions.
10 changes: 1 addition & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
# Release 0.9.0-dev

### New features since last release

### Breaking changes

### Improvements

### Documentation
# Release 0.8.1

### Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion pennylane_qiskit/_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.9.0-dev"
__version__ = "0.8.1"
4 changes: 2 additions & 2 deletions pennylane_qiskit/qiskit_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ class QiskitDevice(Device, abc.ABC):
Default value is ``False``.
"""
name = "Qiskit PennyLane plugin"
pennylane_requires = ">=0.7.0"
version = "0.9.0-dev"
pennylane_requires = ">=0.8.1"
version = "0.8.1"
plugin_version = __version__
author = "Xanadu"

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
qiskit>=0.15
qiskit>=0.16
pennylane
numpy
networkx==2.3
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
long_description = fh.read()

requirements = [
"qiskit>=0.14",
"pennylane>=0.7.0",
"qiskit>=0.16",
"pennylane>=0.8.1",
"numpy"
]

Expand Down

0 comments on commit 82e0732

Please sign in to comment.