Skip to content

Commit

Permalink
Bump to 0.13 for bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
garbled1 committed Dec 5, 2020
1 parent b2e47d0 commit 476a8ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pybalboa/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
""" Nothing to see here """
import sys

__version__ = "0.4"
__version__ = "0.13"

__uri__ = 'https://github.com/garbled1/pybalboa'
__title__ = "pybalboa"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def readme():


setup(name='pybalboa',
version='0.12',
version='0.13',
description='Module to communicate with a Balboa spa wifi adapter',
long_description='Module to communicate with a Balboa spa wifi adapter',
url='https://github.com/garbled1/pybalboa',
Expand Down

0 comments on commit 476a8ea

Please sign in to comment.