diff --git a/MANIFEST.in b/MANIFEST.in index 3d387c34..8afbefe8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ include README.md -include requirements.txt \ No newline at end of file +include requirements.txt diff --git a/setup.py b/setup.py index 281a2a27..ade14d95 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='aiohue', - version='1.3.0', + version='1.3.1', license='Apache License 2.0', url='https://github.com/balloob/aiohue', author='Paulus Schoutsen',