From 232394b589660c6a2bc0c7387fbe453ee395d7d3 Mon Sep 17 00:00:00 2001 From: "Evan J. Felix" Date: Thu, 19 Jan 2017 15:09:23 -0800 Subject: [PATCH] remove version tweak --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2265df7..9c2c2d0 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='pre_commit_hooks', description='Some out-of-the-box hooks for pre-commit.', url='https://github.com/pre-commit/pre-commit-hooks', - version='0.6.0b', + version='0.6.0', author='Anthony Sottile', author_email='asottile@umich.edu',