From 9b1f846e50980e3fa2ef732185471a86bc9a1f53 Mon Sep 17 00:00:00 2001 From: Marin Date: Thu, 8 Feb 2024 10:45:57 +0100 Subject: [PATCH] Version the Python package to 2.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 80247af..713d10f 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ long_description = fd.read() setup(name = 'qcsuper', - version = '2.0.0-1', + version = '2.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 = '',