From 73a893dc749a9430d2976c7350b7843943411d8f Mon Sep 17 00:00:00 2001 From: nvbn Date: Fri, 17 Apr 2015 22:31:10 +0200 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2c0968eb..715f51d8 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup(name='thefuck', - version=1.5, + version=1.6, description="Magnificent app which corrects your previous console command", author='Vladimir Iakovlev', author_email='nvbn.rm@gmail.com',