From 8278fc291d2195aa434546a11816498870dc54b8 Mon Sep 17 00:00:00 2001 From: Marin Date: Wed, 7 Feb 2024 12:32:04 +0100 Subject: [PATCH] Bump the setup.py package version in order to avoid PyPI issues --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fd9a08c..3f4a625 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ long_description = fd.read() setup(name = 'qcsuper', - version = '2.0.0', + version = '2.0.0-1', description = ' QCSuper is a tool communicating with Qualcomm-based phones and modems, allowing to capture raw 2G/3G/4G radio frames, among other things', author = 'P1 Security - Marin Moulinier', author_email = '',