Skip to content

Commit

Permalink
bumped version to v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Sep 20, 2021
1 parent c622efc commit 1bb2ee2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,14 @@

setup(
name='ultrasync',
version='0.9.3',
description='Wrapper to XGen/Hills/Interlogix NX-595E/UltraSync ZeroWire',
version='0.9.4',
description='Wrapper to XGen/XGen8/Hills/Interlogix NX-595E/UltraSync '
'ZeroWire',
license='MIT',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
url='https://github.com/caronc/ultrasync',
keywords='XGen Hills ComNav Interlogix UltraSync NX-595E ZeroWire '
keywords='XGen XGen8 Hills ComNav Interlogix UltraSync NX-595E ZeroWire '
'Security Panel',
author='Chris Caron',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion ultrasync/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# THE SOFTWARE.

__title__ = 'ultrasync'
__version__ = '0.9.3'
__version__ = '0.9.4'
__author__ = 'Chris Caron'
__license__ = 'MIT'
__copywrite__ = 'Copyright (C) 2021 Chris Caron <[email protected]>'
Expand Down

0 comments on commit 1bb2ee2

Please sign in to comment.