Skip to content

Commit

Permalink
bumped version to v0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Jun 5, 2023
1 parent 9a09dd3 commit d1e7555
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions ultrasync/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2020 Chris Caron <lead2gold@gmail.com>
# Copyright (C) 2023 Chris Caron <lead2gold@gmail.com>
# All rights reserved.
#
# This code is licensed under the MIT License.
Expand All @@ -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 <lead2gold@gmail.com>'
Expand Down

0 comments on commit d1e7555

Please sign in to comment.