From e1fe7ff7d02abe9fc1a447bf49eb97b37ca7b18d Mon Sep 17 00:00:00 2001 From: nvbn Date: Tue, 21 Apr 2015 06:56:26 +0200 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a085e10..87a3411 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup(name='thefuck', - version=1.17, + version=1.18, description="Magnificent app which corrects your previous console command", author='Vladimir Iakovlev', author_email='nvbn.rm@gmail.com',