From d1e75550061040e763720590a7760d3614c3a7c9 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 4 Jun 2023 22:52:39 -0400 Subject: [PATCH] bumped version to v0.9.8 --- setup.py | 2 +- ultrasync/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 9c34890..30f7258 100755 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ setup( name='ultrasync', - version='0.9.7', + version='0.9.8', description='Wrapper to XGen/XGen8/Hills/Interlogix NX-595E/UltraSync ' 'ZeroWire', license='MIT', diff --git a/ultrasync/__init__.py b/ultrasync/__init__.py index e4a37a3..d80531f 100644 --- a/ultrasync/__init__.py +++ b/ultrasync/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 Chris Caron +# Copyright (C) 2023 Chris Caron # All rights reserved. # # This code is licensed under the MIT License. @@ -24,7 +24,7 @@ # THE SOFTWARE. __title__ = 'ultrasync' -__version__ = '0.9.7' +__version__ = '0.9.8' __author__ = 'Chris Caron' __license__ = 'MIT' __copywrite__ = 'Copyright (C) 2023 Chris Caron '