diff --git a/setup.py b/setup.py index 4aaf014..6c1c3d4 100644 --- a/setup.py +++ b/setup.py @@ -2,18 +2,18 @@ setup( name='Workon', - version='0.8.1', + version='0.8.2', description='Switch between projects quickly from command line', long_description='...', keywords='terminal side projects manager work cli', url='https://github.com/henocdz/workon', - download_url = 'https://github.com/henocdz/workon/tarball/0.8.1', + download_url = 'https://github.com/henocdz/workon/tarball/0.8.2', author='henocdz', author_email='self@henocdz.com', license='MIT', packages=['workon'], scripts=['scripts/workon.sh'], - install_requires=['peewee==2.8.8', 'fire==0.1.0', 'six'], + install_requires=['peewee==2.8.8', 'fire==0.1.2', 'six'], classifiers=[ 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License',