Skip to content

Commit 28bafe9

Browse files
committed
ver
1 parent 2fc4e79 commit 28bafe9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.45', 'scikit-learn', 'future', 'imageio',
19+
'pyzm>=0.3.46', 'scikit-learn', 'future', 'imageio',
2020
'imageio-ffmpeg','pygifsicle', 'Pillow'
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.20'
34+
__app_version__ = '6.1.21'
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "6.1.20"
2-
VERSION = __version__
1+
__version__ = "6.1.21"
2+
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.20';
57+
my $app_version = '6.1.21';
5858
####################################
5959

6060
# do this before any log init etc.

0 commit comments

Comments
 (0)