Skip to content

Commit

Permalink
Fix version var
Browse files Browse the repository at this point in the history
  • Loading branch information
kbickar committed Jan 6, 2023
1 parent bb3af85 commit 4c79c78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
with open("README.md", "r") as fh:
long_description = fh.read()

version = '0.11.1',
setup(
name = 'sense_energy',
packages = ['sense_energy'],
Expand All @@ -12,7 +13,7 @@
'websockets;python_version>="3.5"',
'aiohttp;python_version>="3.5"',
],
version = '0.11.1',
version = version,
description = 'API for the Sense Energy Monitor',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 4c79c78

Please sign in to comment.