1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-10-09 13:23:59 +01:00

Bump to 1.44

This commit is contained in:
nvbn
2015-05-28 21:31:10 +03:00
parent 18ce062300
commit a5aadc6e90
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
from setuptools import setup, find_packages from setuptools import setup, find_packages
VERSION = '1.43' VERSION = '1.44'
setup(name='thefuck', setup(name='thefuck',

View File

@@ -78,4 +78,3 @@ def memoize(fn):
return memo[key] return memo[key]
return wrapper return wrapper