From e04d1a96d9a704332e85b88a0841177a21c533ff Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" Date: Mon, 10 Sep 2018 20:51:17 -0400 Subject: [PATCH] Bump version to 0.2.1a (#274) * roll back version number * bump to 0.2.1a --- openfermioncirq/_version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openfermioncirq/_version.py b/openfermioncirq/_version.py index 22667b7e..7427da42 100644 --- a/openfermioncirq/_version.py +++ b/openfermioncirq/_version.py @@ -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"