Skip to content

Commit c637324

Browse files
test
1 parent 895666a commit c637324

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
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.8253"
1+
__version__ = "4.0.10.8295"
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.8253"
1+
__version__ = "3.0.10.8295"
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.8253"
1+
__version__ = "11.0.10.8295"
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.8253"
1+
__version__ = "3.0.10.8295"
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.8253"
1+
__version__ = "4.0.10.8295"
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.8253"
1+
__version__ = "2.0.10.8295"
22

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

src/DynamsoftBarcodeReader_wrap.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16555,11 +16555,11 @@ extern "C"
1655516555
/* -----------------------------------------------------------------------------*
1655616556
* Partial Init method
1655716557
* -----------------------------------------------------------------------------*/
16558+
static PyObject *dataModule=nullptr;
1655816559

1655916560
#ifdef __cplusplus
1656016561
extern "C"
1656116562
#endif
16562-
static PyObject *dataModule=nullptr;
1656316563
void ModelExit(void)
1656416564
{
1656516565
if(dataModule)

src/DynamsoftCaptureVisionRouter_wrap.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16005,11 +16005,11 @@ extern "C"
1600516005
/* -----------------------------------------------------------------------------*
1600616006
* Partial Init method
1600716007
* -----------------------------------------------------------------------------*/
16008+
static PyObject *dataModule=nullptr;
1600816009

1600916010
#ifdef __cplusplus
1601016011
extern "C"
1601116012
#endif
16012-
static PyObject *dataModule=nullptr;
1601316013
void ModelExit(void)
1601416014
{
1601516015
if(dataModule)

src/DynamsoftCore_wrap.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19465,11 +19465,11 @@ extern "C"
1946519465
/* -----------------------------------------------------------------------------*
1946619466
* Partial Init method
1946719467
* -----------------------------------------------------------------------------*/
19468+
static PyObject *dataModule=nullptr;
1946819469

1946919470
#ifdef __cplusplus
1947019471
extern "C"
1947119472
#endif
19472-
static PyObject *dataModule=nullptr;
1947319473
void ModelExit(void)
1947419474
{
1947519475
if(dataModule)

src/DynamsoftLicense_wrap.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4871,11 +4871,11 @@ extern "C"
48714871
/* -----------------------------------------------------------------------------*
48724872
* Partial Init method
48734873
* -----------------------------------------------------------------------------*/
4874+
static PyObject *dataModule=nullptr;
48744875

48754876
#ifdef __cplusplus
48764877
extern "C"
48774878
#endif
4878-
static PyObject *dataModule=nullptr;
48794879
void ModelExit(void)
48804880
{
48814881
if(dataModule)

0 commit comments

Comments
 (0)