From b1081b90a372afc68ee8b265d7585afdcbe94c7b Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" Date: Fri, 15 Mar 2019 13:52:15 -0400 Subject: [PATCH] bump version to 0.4 (#45) --- openfermionpyscf/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfermionpyscf/_version.py b/openfermionpyscf/_version.py index 7e5facc..dcc0c59 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.4.dev" +__version__ = "0.4"