Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
a.strunin committed Dec 4, 2017
1 parent 8beaaf4 commit 18f2a57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

setup(
name='yeelight-cinema',
version='0.1',
version='0.11',
packages=find_packages(),
long_description=open(join(dirname(__file__), 'README.md')).read(),
long_description=open('README.md').read(),
install_requires=[
'pillow',
'pyscreenshot',
Expand Down

0 comments on commit 18f2a57

Please sign in to comment.