From 54d82f9528ae9cb0b7fa62522156ad832c976ed1 Mon Sep 17 00:00:00 2001 From: nvbn Date: Tue, 21 Apr 2015 14:41:28 +0200 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a552b9d6..334f996d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup(name='thefuck', - version="1.22", + version="1.23", description="Magnificent app which corrects your previous console command", author='Vladimir Iakovlev', author_email='nvbn.rm@gmail.com',