From 0925c7966f19f02da93b2047318eb060bf022349 Mon Sep 17 00:00:00 2001 From: nvbn Date: Tue, 21 Apr 2015 05:34:44 +0200 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f6ec1878..8172174a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup(name='thefuck', - version=1.14, + version=1.15, description="Magnificent app which corrects your previous console command", author='Vladimir Iakovlev', author_email='nvbn.rm@gmail.com',