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

Commit

Permalink
Bump version to 0.2.1a (#274)
Browse files Browse the repository at this point in the history
* roll back version number

* bump to 0.2.1a
  • Loading branch information
kevinsung authored Sep 11, 2018
1 parent f46ac0d commit e04d1a9
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.2.1.dev27" # coverage: ignore
__version__ = "0.2.1.a27" # coverage: ignore
else:
__version__ = "0.2.1.dev35"
__version__ = "0.2.1.a35"

0 comments on commit e04d1a9

Please sign in to comment.