Skip to content

Commit

Permalink
Incrementing the version number to 0.11.0 (#60)
Browse files Browse the repository at this point in the history
* Incrementing the version number & requirement number

* Apply suggestions from code review

Co-authored-by: Josh Izaac <josh146@gmail.com>
  • Loading branch information
antalszava and josh146 committed Aug 18, 2020
1 parent aed1e59 commit 4fc7aac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pennylane_forest/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Version information.
Version number (major.minor.patch[-label])
Version number (convention major.minor.patch[-label])
"""

__version__ = "0.9.0"
__version__ = "0.11.0"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pyquil>=2.16
git+https://github.com/PennyLaneAI/pennylane.git
pennylane>=0.11
networkx
flaky
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
version = f.readlines()[-1].split()[-1].strip("\"'")


requirements = ["pyquil>=2.16", "pennylane>=0.9"]
requirements = ["pyquil>=2.16", "pennylane>=0.11"]

info = {
"name": "PennyLane-Forest",
Expand Down

0 comments on commit 4fc7aac

Please sign in to comment.