diff --git a/pybalboa/__init__.py b/pybalboa/__init__.py index 6ceeb6f..3ba803a 100644 --- a/pybalboa/__init__.py +++ b/pybalboa/__init__.py @@ -1,7 +1,7 @@ """ Nothing to see here """ import sys -__version__ = "0.1" +__version__ = "0.3" __uri__ = 'https://github.com/garbled1/pybalboa' __title__ = "pybalboa" diff --git a/setup.py b/setup.py index cc143f9..356b4fe 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def readme(): setup(name='pybalboa', - version='0.2', + version='0.3', 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',