From 28bafe97bda88ec2f57688df37a59471715ba680 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 10 Apr 2021 09:49:17 -0400 Subject: [PATCH] ver --- hook/setup.py | 2 +- hook/zm_detect.py | 2 +- hook/zmes_hook_helpers/__init__.py | 4 ++-- zmeventnotification.pl | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hook/setup.py b/hook/setup.py index 585598b5..14b7cadc 100644 --- a/hook/setup.py +++ b/hook/setup.py @@ -16,7 +16,7 @@ LICENSE = 'GPL' INSTALL_REQUIRES = [ 'numpy', 'requests', 'Shapely', 'imutils', - 'pyzm>=0.3.45', 'scikit-learn', 'future', 'imageio', + 'pyzm>=0.3.46', 'scikit-learn', 'future', 'imageio', 'imageio-ffmpeg','pygifsicle', 'Pillow' ] diff --git a/hook/zm_detect.py b/hook/zm_detect.py index 614f985b..679233cd 100755 --- a/hook/zm_detect.py +++ b/hook/zm_detect.py @@ -31,7 +31,7 @@ auth_header = None -__app_version__ = '6.1.20' +__app_version__ = '6.1.21' def remote_detect(stream=None, options=None, api=None, args=None): # This uses mlapi (https://github.com/pliablepixels/mlapi) to run inferencing and converts format to what is required by the rest of the code. diff --git a/hook/zmes_hook_helpers/__init__.py b/hook/zmes_hook_helpers/__init__.py index 59517472..3c6fb266 100644 --- a/hook/zmes_hook_helpers/__init__.py +++ b/hook/zmes_hook_helpers/__init__.py @@ -1,2 +1,2 @@ -__version__ = "6.1.20" -VERSION = __version__ +__version__ = "6.1.21" +VERSION=__version__ diff --git a/zmeventnotification.pl b/zmeventnotification.pl index 687c3851..43369b36 100755 --- a/zmeventnotification.pl +++ b/zmeventnotification.pl @@ -54,7 +54,7 @@ delete @ENV{qw(IFS CDPATH ENV BASH_ENV)}; #################################### -my $app_version = '6.1.20'; +my $app_version = '6.1.21'; #################################### # do this before any log init etc.