1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-18 20:11:17 +00:00

Bump to 3.19

This commit is contained in:
Vladimir Iakovlev 2017-08-03 11:34:01 +02:00
parent b978c3793e
commit 2bbba9a0c8

View File

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