Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
Version bump (#273)
Browse files Browse the repository at this point in the history
* Bump versions and dependencies on OF

* Fix decimal point in reqs
  • Loading branch information
jarrodmcc authored Sep 7, 2018
1 parent d0755e9 commit f46ac0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions openfermioncirq/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
import sys

if sys.version_info.major == 2:
__version__ = "0.2.0.dev27" # coverage: ignore
__version__ = "0.2.1.dev27" # coverage: ignore
else:
__version__ = "0.2.0.dev35"
__version__ = "0.2.1.dev35"
2 changes: 1 addition & 1 deletion python2.7-runtime-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cirq>=0.3
numpy
openfermion>=0.8
openfermion>=0.8.1
pandas
scipy
typing~=3.6
2 changes: 1 addition & 1 deletion runtime-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cirq>=0.3
numpy
openfermion>=0.8
openfermion>=0.8.1
pandas
scipy

0 comments on commit f46ac0d

Please sign in to comment.