From 10d45215425536a22d2b9e51a4c30d8dc9338248 Mon Sep 17 00:00:00 2001 From: Tim Savannah Date: Fri, 2 Nov 2018 11:15:42 -0400 Subject: [PATCH] 1.5.13 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6c0f66d..8b1ebc8 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python ''' - Copyright (c) 2016 Tim Savannah All Rights Reserved. + Copyright (c) 2016, 2017, 2018 Tim Savannah All Rights Reserved. This software is licensed under the terms of the GPLv2. You should have received a copy of this with the source distribution as LICENSE, @@ -53,7 +53,7 @@ sys.stderr.write(str(e) + '\n') setup(name='usrsvc', - version='1.5.12', + version='1.5.13', packages=['usrsvcmod', 'usrsvcmod.Monitoring', 'usrsvcmod.client'], scripts=['usrsvc', 'usrsvcd'], author='Tim Savannah',