1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-20 20:09:07 +00:00

Bump to 2.8

This commit is contained in:
nvbn 2015-08-24 20:31:28 +03:00
parent c5b4628c5c
commit 5ab2cf646e

View File

@ -20,7 +20,7 @@ elif (3, 0) < version < (3, 3):
' ({}.{} detected).'.format(*version))
sys.exit(-1)
VERSION = '2.7'
VERSION = '2.8'
install_requires = ['psutil', 'colorama', 'six']
extras_require = {':python_version<"3.4"': ['pathlib']}