Skip to content

Commit 5f4ba8a

Browse files
test
1 parent 6d62503 commit 5f4ba8a

File tree

75 files changed

+93
-86
lines changed

Some content is hidden

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

75 files changed

+93
-86
lines changed

Legal.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ COPYRIGHT NOTICE, DISCLAIMER, and LICENSE
130130
PNG Reference Library License version 2
131131
---------------------------------------
132132

133-
* Copyright (c) 1995-2023 The PNG Reference Library Authors.
134-
* Copyright (c) 2018-2023 Cosmin Truta.
133+
* Copyright (c) 1995-2025 The PNG Reference Library Authors.
134+
* Copyright (c) 2018-2025 Cosmin Truta.
135135
* Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson.
136136
* Copyright (c) 1996-1997 Andreas Dilger.
137137
* Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.

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.6203"
1+
__version__ = "4.0.40.6248"
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.2.50.6203"
1+
__version__ = "3.2.50.6248"
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.2.50.6203"
1+
__version__ = "11.2.50.6248"
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.6203"
1+
__version__ = "3.0.40.6248"
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.6203"
1+
__version__ = "3.0.30.6248"
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.6203"
1+
__version__ = "3.0.40.6248"
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.6203"
1+
__version__ = "3.0.30.6248"
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.6203"
1+
__version__ = "4.0.30.6248"
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.6203"
1+
__version__ = "2.0.30.6248"
22

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

0 commit comments

Comments
 (0)