1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00

Bump to 3.20

This commit is contained in:
Vladimir Iakovlev 2017-08-16 11:28:59 +02:00
parent e31124335f
commit d267488520

View File

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