1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-20 20:09:07 +00:00

Bump to 1.48

This commit is contained in:
nvbn 2015-07-08 21:34:39 +03:00
parent 27b5b9de6a
commit c7071763a3

View File

@ -11,7 +11,7 @@ elif (3, 0) < sys.version_info < (3, 3):
' ({}.{} detected).'.format(*sys.version_info[:2]))
sys.exit(-1)
VERSION = '1.47'
VERSION = '1.48'
install_requires = ['psutil', 'colorama', 'six']