Skip to content

Commit 00e7e4c

Browse files
test
1 parent c0c2e66 commit 00e7e4c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+15
-15
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.9064"
1+
__version__ = "4.0.20.9067"
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.9064"
1+
__version__ = "3.0.20.9067"
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.9064"
1+
__version__ = "11.0.20.9067"
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.9064"
1+
__version__ = "3.0.20.9067"
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.9064"
1+
__version__ = "2.0.20.9067"
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.9064"
1+
__version__ = "4.0.20.9067"
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.9064"
1+
__version__ = "2.0.10.9067"
22

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

include/DynamsoftBarcodeReader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ typedef void* HANDLE;
2424
#endif
2525
#include "DynamsoftCore.h"
2626

27-
#define DBR_VERSION "11.0.20.4224"
27+
#define DBR_VERSION "11.0.20.4254"
2828

2929
/**Enumeration section*/
3030

include/DynamsoftCaptureVisionRouter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include "DynamsoftCodeParser.h"
2626
#include "DynamsoftLicense.h"
2727

28-
#define DCV_VERSION "3.0.20.4224"
28+
#define DCV_VERSION "3.0.20.4254"
2929

3030
/**Enumeration section*/
3131

include/DynamsoftCodeParser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#endif
1616
#include "DynamsoftCore.h"
1717

18-
#define DCP_VERSION "3.0.20.4224"
18+
#define DCP_VERSION "3.0.20.4254"
1919
/**
2020
* @enum MappingStatus
2121
*

0 commit comments

Comments
 (0)