#20 Fix UnicodeDecodeError in no_command

This commit is contained in:
nvbn
2015-04-18 21:46:17 +02:00
parent 1ed4e9615e
commit a84671dd3b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(name='thefuck',
version=1.9,
version=1.10,
description="Magnificent app which corrects your previous console command",
author='Vladimir Iakovlev',
author_email='nvbn.rm@gmail.com',