From ce7b0023fea8721aee5796c82559254b3198d79d Mon Sep 17 00:00:00 2001 From: Nicholas Rubin Date: Fri, 23 Jul 2021 14:22:41 -0700 Subject: [PATCH] Version bump post cirq fix (#739) --- src/openfermion/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openfermion/_version.py b/src/openfermion/_version.py index d65072c51..8ef518ced 100644 --- a/src/openfermion/_version.py +++ b/src/openfermion/_version.py @@ -11,4 +11,4 @@ # limitations under the License. """Define version number here and read it from setup.py automatically""" -__version__ = "1.0.1" +__version__ = "1.1.0"