From e23507dfa2f712800bc2c77fc3c5c62b47e5dc25 Mon Sep 17 00:00:00 2001 From: Jae Yoo Date: Mon, 1 May 2023 11:36:56 -0700 Subject: [PATCH] Version up to 0.16.1 --- qsimcirq/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsimcirq/_version.py b/qsimcirq/_version.py index da999ca2..df08b748 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.0" +__version__ = "0.16.1"