From ce8103330264a04ee48bd1ffce59a1749af598b4 Mon Sep 17 00:00:00 2001 From: Victory Omole Date: Wed, 3 May 2023 17:03:55 -0500 Subject: [PATCH] Update `_version.py` to `0.16.3` for the deployment of `python 3.11` wheels. --- qsimcirq/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsimcirq/_version.py b/qsimcirq/_version.py index 6a6080b2..95385f6b 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.2" +__version__ = "0.16.3"