Skip to content

Commit c2dd633

Browse files
committed
Update version number
1 parent 98f05ea commit c2dd633

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
packages = ['barcodeQrSDK']
66

77
setup(name='barcode-qr-code-sdk',
8-
version='9.6.40.1',
8+
version='9.6.40.2',
99
description='Barcode and QR code scanning SDK for Python',
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",

setup_setuptools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def run(self):
9797

9898

9999
setup(name='barcode-qr-code-sdk',
100-
version='9.6.40.1',
100+
version='9.6.40.2',
101101
description='Barcode and QR code scanning SDK for Python',
102102
long_description=long_description,
103103
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)