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

Bump to 3.25

This commit is contained in:
Vladimir Iakovlev 2017-11-23 20:51:04 +01:00
parent 4847078f37
commit 4780027d63

View File

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