Skip to content

Commit 6ab8110

Browse files
committed
ver
1 parent 40d769d commit 6ab8110

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hook/zm_detect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
auth_header = None
3333

34-
__app_version__ = '6.1.25'
34+
__app_version__ = '6.1.26'
3535

3636
def remote_detect(stream=None, options=None, api=None, args=None):
3737
# This uses mlapi (https://github.com/pliablepixels/mlapi) to run inferencing and converts format to what is required by the rest of the code.

hook/zmes_hook_helpers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "6.1.25"
1+
__version__ = "6.1.26"
22
VERSION=__version__

0 commit comments

Comments
 (0)