Skip to content

Commit

Permalink
0.5.1 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kbickar committed Oct 23, 2018
1 parent f5b3b14 commit 91899d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sense_energy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .sense_api import *

__version__ = "0.5.0"
__version__ = "0.5.1"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
'requests',
'websocket-client',
],
version = '0.5.0',
version = '0.5.1',
description = 'API for the Sense Energy Monitor',
long_description=long_description,
long_description_content_type="text/markdown",
author = 'scottbonline',
author_email = '[email protected]',
url = 'https://github.com/scottbonline/sense',
download_url = 'https://github.com/scottbonline/sense/archive/0.5.0.tar.gz',
download_url = 'https://github.com/scottbonline/sense/archive/0.5.1.tar.gz',
keywords = ['sense', 'energy', 'api', 'pytest'],
classifiers = [],
)

0 comments on commit 91899d4

Please sign in to comment.