From 6b1954c45fa448f27dc67dab28102dfda662fe6a Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 25 Mar 2023 13:53:46 -0400 Subject: [PATCH] bumped version to 0.9.6 --- setup.py | 4 ++-- ultrasync/__init__.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 5e91d57..33cade6 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (C) 2021 Chris Caron +# Copyright (C) 2023 Chris Caron # All rights reserved. # # This code is licensed under the MIT License. @@ -46,7 +46,7 @@ setup( name='ultrasync', - version='0.9.5', + version='0.9.6', description='Wrapper to XGen/XGen8/Hills/Interlogix NX-595E/UltraSync ' 'ZeroWire', license='MIT', diff --git a/ultrasync/__init__.py b/ultrasync/__init__.py index 69e6ce1..097b4db 100644 --- a/ultrasync/__init__.py +++ b/ultrasync/__init__.py @@ -24,10 +24,10 @@ # THE SOFTWARE. __title__ = 'ultrasync' -__version__ = '0.9.5' +__version__ = '0.9.6' __author__ = 'Chris Caron' __license__ = 'MIT' -__copywrite__ = 'Copyright (C) 2022 Chris Caron ' +__copywrite__ = 'Copyright (C) 2023 Chris Caron ' __email__ = 'lead2gold@gmail.com' __status__ = 'Production'