Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bendews committed Mar 28, 2019
1 parent edcbe59 commit f49627e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
from setuptools import setup, find_packages

with open('README.md') as f:
long_description = f.read()
LONG_DESCRIPTION = f.read()

setup(
name='somfy_mylink_synergy',
version='1.0.3',
version='1.0.4',
url='http://github.com/bendews/somfy-mylink-synergy',
license='MIT',
author='Ben Dews',
author_email='[email protected]',
description='Python API to utilise the Somfy Synergy JsonRPC API',
long_description=long_description,
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
packages=find_packages(),
keywords='somfy mylink synergy covers sensors api jsonrpc',
Expand Down

0 comments on commit f49627e

Please sign in to comment.