Skip to content

Commit

Permalink
bumped version to v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Jul 1, 2022
1 parent 67af936 commit 0f37636
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.4',
version='0.9.5',
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
Expand Up @@ -24,10 +24,10 @@
# THE SOFTWARE.

__title__ = 'ultrasync'
__version__ = '0.9.4'
__version__ = '0.9.5'
__author__ = 'Chris Caron'
__license__ = 'MIT'
__copywrite__ = 'Copyright (C) 2021 Chris Caron <[email protected]>'
__copywrite__ = 'Copyright (C) 2022 Chris Caron <[email protected]>'
__email__ = '[email protected]'
__status__ = 'Production'

Expand Down

0 comments on commit 0f37636

Please sign in to comment.