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.1.0alpha (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc authored Jul 18, 2018
1 parent 50f31f6 commit 0c5e84d
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.0.1.dev27" # coverage: ignore
__version__ = "0.1.0a27" # coverage: ignore
else:
__version__ = "0.0.1.dev35"
__version__ = "0.1.0a35"

0 comments on commit 0c5e84d

Please sign in to comment.