From ec1549a10da40ff66b504dda03e15a53d4b0d46f Mon Sep 17 00:00:00 2001 From: Jarrod McClean Date: Wed, 18 Oct 2017 10:58:20 -0700 Subject: [PATCH] Update version number --- openfermionpyscf/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfermionpyscf/_version.py b/openfermionpyscf/_version.py index eae1f87..61d3bbe 100644 --- a/openfermionpyscf/_version.py +++ b/openfermionpyscf/_version.py @@ -11,4 +11,4 @@ # limitations under the License. """Define version number here and read it from setup.py automatically""" -__version__ = "0.1a2" +__version__ = "0.1a3"