Skip to content

Commit

Permalink
Upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
slvwolf committed Sep 18, 2024
1 parent e91c336 commit 10fb3b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
#!/usr/bin/env python

from distutils.core import setup

with open("README.md", "r") as fh:
long_description = fh.read()

setup(name='panasonic-comfort-cloud-mqtt',
version='0.5.1',
version='0.6.0',
description='Home-Assistant MQTT bridge for Panasonic Comfort Cloud ',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 10fb3b5

Please sign in to comment.