Skip to content

Commit

Permalink
Bump version (#25)
Browse files Browse the repository at this point in the history
* Bump version

* Update setup.py
  • Loading branch information
pvizeli authored Dec 2, 2018
1 parent 482be97 commit b3ed02f
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,7 +3,7 @@
with open('README.rst') as f:
long_description = f.read()

VERSION = "1.9"
VERSION = "1.10"

setup(
name='ha-ffmpeg',
Expand All @@ -23,9 +23,9 @@
'Operating System :: OS Independent',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
keywords=['ffmpeg', 'homeassistant', 'wrapper', 'api'],
zip_safe=False,
Expand Down

0 comments on commit b3ed02f

Please sign in to comment.