From 80c5a182736328ad36305fc0455c834e3e78af5d Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 7 Jun 2014 14:47:12 -0700 Subject: [PATCH] This is v0.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 763307e..e744b62 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.0.0', + version='0.1.0', author='Anthony Sottile', author_email='asottile@umich.edu',