From d3e69e360722403c3577d4c950f8ce4e40a47ef7 Mon Sep 17 00:00:00 2001 From: Noureldin Date: Mon, 26 Feb 2024 11:57:15 -0800 Subject: [PATCH] Update _version.py Creating a new release that includes the recent updated, especially https://github.com/quantumlib/qsim/pull/660 --- qsimcirq/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsimcirq/_version.py b/qsimcirq/_version.py index 5cd40363..95c7a1fb 100644 --- a/qsimcirq/_version.py +++ b/qsimcirq/_version.py @@ -1,3 +1,3 @@ """The version number defined here is read automatically in setup.py.""" -__version__ = "0.20.2" +__version__ = "0.21.0"