Skip to content

Commit

Permalink
Version up for pypi deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocody committed Jan 8, 2017
1 parent 8474516 commit 3619d1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netatmo.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from pwd import getpwall


__version__ = '0.0.19'
__version__ = '0.0.20'

logger = logging.getLogger('netatmo')
logging.basicConfig(format='[*] %(levelname)s : %(module)s : %(message)s', level=getattr(logging, 'WARNING'))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='pynetatmo',
version='0.0.19',
version='0.0.20',
description='Netatmo API wrapper written in Python',
long_description=long_description,
url='https://github.com/fabiocody/PyNetatmo.git',
Expand Down

0 comments on commit 3619d1c

Please sign in to comment.