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

Commit

Permalink
Cut release
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Jul 18, 2018
1 parent b8f9142 commit b24de1f
Showing 1 changed file with 2 additions and 2 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.1.1.dev27" # coverage: ignore
__version__ = "0.1.1a27" # coverage: ignore
else:
__version__ = "0.1.1.dev35"
__version__ = "0.1.1a35"

0 comments on commit b24de1f

Please sign in to comment.