Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
kbickar committed Jan 20, 2019
1 parent 9820522 commit ad3035e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sense_energy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .sense_api import *
from .sense_exceptions import *

__version__ = "0.5.1"
__version__ = "0.6.0"
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@
'websocket-client',
'websockets;python_version>="3.6"',
],
version = '0.5.1',
version = '0.6.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.5.1.tar.gz',
download_url = 'https://github.com/scottbonline/sense/archive/0.6.0.tar.gz',
keywords = ['sense', 'energy', 'api', 'pytest'],
classifiers = [],
classifiers = [
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
],
)

0 comments on commit ad3035e

Please sign in to comment.