From 14e683b25e723b8f909f4cbd469ff6a560ea5ddc Mon Sep 17 00:00:00 2001 From: Changhua Date: Thu, 9 Mar 2023 20:03:53 +0800 Subject: [PATCH] Fix get friends --- python/wcferry/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/wcferry/client.py b/python/wcferry/client.py index 1e4ea3f..a09e4a5 100644 --- a/python/wcferry/client.py +++ b/python/wcferry/client.py @@ -19,7 +19,7 @@ WCF_ROOT = os.path.abspath(os.path.dirname(__file__)) sys.path.insert(0, WCF_ROOT) import wcf_pb2 # noqa -__version__ = "3.7.0.30.19.1" +__version__ = "3.7.0.30.19.2" def _retry():