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

Bump to 3.3

This commit is contained in:
nvbn 2016-01-13 22:33:04 +03:00
parent 3c3d17e0ea
commit bd5cf38271

View File

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