From f814d00680051f427525ad38e06ffad8fe093cf3 Mon Sep 17 00:00:00 2001 From: Leo Fang Date: Thu, 28 Jul 2022 11:36:42 -0700 Subject: [PATCH] sync with internal repo (commit a96ee845) --- python/cuquantum/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cuquantum/_version.py b/python/cuquantum/_version.py index f7ca622..bb5b86c 100644 --- a/python/cuquantum/_version.py +++ b/python/cuquantum/_version.py @@ -5,4 +5,4 @@ # Note: cuQuantum Python follows the cuQuantum SDK version, which is now # switched to YY.MM and is different from individual libraries' (semantic) # versioning scheme. -__version__ = '22.07.0' # the last digit is for cuQuantum Python only +__version__ = '22.07.1' # the last digit is for cuQuantum Python only