From a5aadc6e907c8acc7a07370212dcc2f9831d75eb Mon Sep 17 00:00:00 2001 From: nvbn Date: Thu, 28 May 2015 21:31:10 +0300 Subject: [PATCH] Bump to 1.44 --- setup.py | 2 +- thefuck/utils.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 32f0de69..26ee2463 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages -VERSION = '1.43' +VERSION = '1.44' setup(name='thefuck', diff --git a/thefuck/utils.py b/thefuck/utils.py index 8e5c9bda..bf1980e8 100644 --- a/thefuck/utils.py +++ b/thefuck/utils.py @@ -78,4 +78,3 @@ def memoize(fn): return memo[key] return wrapper -