Skip to content

Commit 98dcd32

Browse files
committed
ver
1 parent 0189664 commit 98dcd32

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

hook/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
LICENSE = 'GPL'
1717
INSTALL_REQUIRES = [
1818
'numpy', 'requests', 'Shapely', 'imutils',
19-
'pyzm>=0.3.48', 'scikit-learn', 'future', 'imageio',
19+
'pyzm>=0.3.49', 'scikit-learn', 'future', 'imageio',
2020
'imageio-ffmpeg','pygifsicle', 'Pillow', 'configupdater'
2121
]
2222

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.24'
34+
__app_version__ = '6.1.25'
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.24"
1+
__version__ = "6.1.25"
22
VERSION=__version__

zmeventnotification.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
delete @ENV{qw(IFS CDPATH ENV BASH_ENV)};
5555

5656
####################################
57-
my $app_version = '6.1.24';
57+
my $app_version = '6.1.25';
5858
####################################
5959

6060
# do this before any log init etc.

0 commit comments

Comments
 (0)