From c2dd633c009c428cbfa6688202dd300972b39d8b Mon Sep 17 00:00:00 2001 From: yushulx Date: Mon, 21 Oct 2024 13:19:32 +0800 Subject: [PATCH] Update version number --- setup.py | 2 +- setup_setuptools.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0ee725f..c23ab0d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ packages = ['barcodeQrSDK'] setup(name='barcode-qr-code-sdk', - version='9.6.40.1', + version='9.6.40.2', description='Barcode and QR code scanning SDK for Python', long_description=long_description, long_description_content_type="text/markdown", diff --git a/setup_setuptools.py b/setup_setuptools.py index 99b680d..dca8632 100644 --- a/setup_setuptools.py +++ b/setup_setuptools.py @@ -97,7 +97,7 @@ def run(self): setup(name='barcode-qr-code-sdk', - version='9.6.40.1', + version='9.6.40.2', description='Barcode and QR code scanning SDK for Python', long_description=long_description, long_description_content_type="text/markdown",