Skip to content

Commit f624a2b

Browse files
test
1 parent 8853bbf commit f624a2b

File tree

8 files changed

+13
-8
lines changed

8 files changed

+13
-8
lines changed

dynamsoft_barcode_reader_bundle/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.0.20.9241"
1+
__version__ = "4.0.20.9283"
22

33
import sys
44

dynamsoft_barcode_reader_bundle/cvr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.0.20.9241"
1+
__version__ = "3.0.20.9283"
22

33
if __package__ or "." in __name__:
44
from .core import *

dynamsoft_barcode_reader_bundle/dbr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "11.0.20.9241"
1+
__version__ = "11.0.20.9283"
22

33
if __package__ or "." in __name__:
44
from .core import *

dynamsoft_barcode_reader_bundle/dip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.0.20.9241"
1+
__version__ = "3.0.20.9283"
22

33
if __package__ or "." in __name__:
44
from . import _DynamsoftImageProcessing

dynamsoft_barcode_reader_bundle/dnn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.0.20.9241"
1+
__version__ = "2.0.20.9283"
22

33
if __package__ or "." in __name__:
44
from . import _DynamsoftNeuralNetwork

dynamsoft_barcode_reader_bundle/license.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.0.20.9241"
1+
__version__ = "4.0.20.9283"
22

33
if __package__ or "." in __name__:
44
from . import _DynamsoftLicense

dynamsoft_barcode_reader_bundle/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.0.20.9241"
1+
__version__ = "2.0.20.9283"
22

33
if __package__ or "." in __name__:
44
from .cvr import *

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ requires = [
44
]
55
build-backend = "setuptools.build_meta"
66

7+
[project]
8+
name = "dynamsoft_barcode_reader_bundle"
9+
version = "11.0.2000"
10+
description = "Dynamsoft Barcode Reader SDK for Python"
11+
712
[tool.cibuildwheel]
813
manylinux-x86_64-image = "manylinux2014"
914
manylinux-aarch64-image = "manylinux_2_28"
@@ -22,4 +27,4 @@ archs = ["universal2"]
2227
repair-wheel-command = [
2328
"delocate-listdeps {wheel}",
2429
"delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}",
25-
]
30+
]

0 commit comments

Comments
 (0)