From d043f407aa51c1520a1e21184f31329d8cde98cd Mon Sep 17 00:00:00 2001 From: Victory Omole Date: Wed, 3 May 2023 09:49:50 -0500 Subject: [PATCH] Update `_version.py` to `0.16.2` in anticipation for new qsim release. --- qsimcirq/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsimcirq/_version.py b/qsimcirq/_version.py index df08b748d..6a6080b21 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.16.1" +__version__ = "0.16.2"