Skip to content

Commit

Permalink
bumped version to 0.9.6
Browse files Browse the repository at this point in the history
caronc committed Mar 25, 2023
1 parent 026183e commit 6b1954c
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (C) 2021 Chris Caron <lead2gold@gmail.com>
# Copyright (C) 2023 Chris Caron <lead2gold@gmail.com>
# 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',
4 changes: 2 additions & 2 deletions ultrasync/__init__.py
Original file line number Diff line number Diff line change
@@ -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 <lead2gold@gmail.com>'
__copywrite__ = 'Copyright (C) 2023 Chris Caron <lead2gold@gmail.com>'
__email__ = 'lead2gold@gmail.com'
__status__ = 'Production'

0 comments on commit 6b1954c

Please sign in to comment.