Bump to 1.24

This commit is contained in:
nvbn
2015-04-21 22:30:15 +02:00
parent fdd6144f88
commit 20f8a4ad17
2 changed files with 36 additions and 2 deletions
+6 -2
View File
@@ -1,14 +1,18 @@
from setuptools import setup, find_packages
VERSION = '1.24'
setup(name='thefuck',
version="1.23",
version=VERSION,
description="Magnificent app which corrects your previous console command",
author='Vladimir Iakovlev',
author_email='nvbn.rm@gmail.com',
url='https://github.com/nvbn/thefuck',
license='MIT',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
packages=find_packages(exclude=['ez_setup', 'examples',
'tests', 'release']),
include_package_data=True,
zip_safe=False,
install_requires=['pathlib', 'psutil'],