From fd8e449a88761c06c7bfee7a63f910980a40344a Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Sat, 7 Sep 2013 17:51:21 +0100 Subject: [PATCH] Bump version to 0.7.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c292952..f7eefca 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read(fname): setup( name='whack', - version='0.7.0-dev', + version='0.7.0', description='Utility for installing binaries from source with a single command', long_description=read("README"), author='Michael Williamson',