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",