1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-18 12:06:04 +00:00

Bump to 3.31

This commit is contained in:
Vladimir Iakovlev 2021-06-09 21:50:44 +02:00
parent e343c577cd
commit 0949d2e770

View File

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