Skip to content

Commit

Permalink
0.5.0 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kbickar committed Oct 22, 2018
1 parent bea3ff6 commit 3bc291a
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.4.2"
__version__ = "0.5.0"
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.4.2',
version = '0.5.0',
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.4.2.tar.gz',
download_url = 'https://github.com/scottbonline/sense/archive/0.5.0.tar.gz',
keywords = ['sense', 'energy', 'api', 'pytest'],
classifiers = [],
)

0 comments on commit 3bc291a

Please sign in to comment.