From c4a567baa84694cbbe0035645cfa19fab2225ac9 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Tue, 26 May 2015 15:35:38 -0700 Subject: [PATCH] Release 0.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 465b24c..c8a8227 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ install_requires = [ setup( name='fasteners', - version='0.4.0', + version='0.5.0', description='A python package that provides useful locks.', author="Joshua Harlow", author_email='harlowja@yahoo-inc.com',