1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-31 02:01:13 +00:00

Bump to 3.22

This commit is contained in:
Vladimir Iakovlev 2017-08-29 05:02:16 +02:00
parent d44b11fbd8
commit e5255c3278

View File

@ -31,7 +31,7 @@ elif (3, 0) < version < (3, 3):
' ({}.{} detected).'.format(*version))
sys.exit(-1)
VERSION = '3.21'
VERSION = '3.22'
install_requires = ['psutil', 'colorama', 'six', 'decorator', 'pyte']
extras_require = {':python_version<"3.4"': ['pathlib2'],