Skip to content

Commit d05c644

Browse files
test
1 parent 29192d7 commit d05c644

File tree

7 files changed

+10
-9
lines changed

7 files changed

+10
-9
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.10.8485"
1+
__version__ = "4.0.10.8492"
22

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

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.10.8485"
1+
__version__ = "3.0.10.8492"
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.10.8485"
1+
__version__ = "11.0.10.8492"
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.10.8485"
1+
__version__ = "3.0.10.8492"
22

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

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.10.8485"
1+
__version__ = "4.0.10.8492"
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.10.8485"
1+
__version__ = "2.0.10.8492"
22

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

src/DynamsoftUtility_wrap.cxx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3513,6 +3513,10 @@ T SwigValueInit()
35133513
{
35143514
return T();
35153515
}
3516+
3517+
#include "DynamsoftUtility.h"
3518+
#include "DynamsoftCaptureVisionRouter.h"
3519+
35163520
template <typename T>
35173521
static bool getCQuadrilateralArraryFromPyList(PyObject *list, T **array, int *length, swig_type_info* ty)
35183522
{
@@ -3636,9 +3640,6 @@ namespace swig
36363640
};
36373641
}
36383642

3639-
#include "DynamsoftUtility.h"
3640-
#include "DynamsoftCaptureVisionRouter.h"
3641-
36423643
SWIGINTERN swig_type_info *
36433644
SWIG_pchar_descriptor(void)
36443645
{

0 commit comments

Comments
 (0)