Skip to content

Commit f774af5

Browse files
test
1 parent 9706181 commit f774af5

File tree

14 files changed

+16
-13
lines changed

14 files changed

+16
-13
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Dynamsoft Capture Vision Bundle for Python
33
|version| |python| |pypi|
44

55
.. |version| image:: https://img.shields.io/pypi/v/dynamsoft_capture_vision_bundle?color=orange
6-
.. |python| image:: https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue
6+
.. |python| image:: https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue
77
.. |pypi| image:: https://img.shields.io/pypi/dm/dynamsoft_capture_vision_bundle
88

99

@@ -42,6 +42,8 @@ Supported Platforms
4242

4343
Supported Python Versions
4444
-------------------------
45+
- Python3.14
46+
4547
- Python3.13
4648

4749
- Python3.12

dynamsoft_capture_vision_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.40.6625"
1+
__version__ = "4.0.40.6672"
22

33
import sys
44

dynamsoft_capture_vision_bundle/cvr.py

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

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

dynamsoft_capture_vision_bundle/dbr.py

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

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

dynamsoft_capture_vision_bundle/dcp.py

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

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

dynamsoft_capture_vision_bundle/dcpd.py

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

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

dynamsoft_capture_vision_bundle/ddn.py

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

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

dynamsoft_capture_vision_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.30.6625"
1+
__version__ = "3.0.30.6672"
22

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

dynamsoft_capture_vision_bundle/dlr.py

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

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

dynamsoft_capture_vision_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.30.6625"
1+
__version__ = "2.0.30.6672"
22

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

0 commit comments

Comments
 (0)