From 76c463e3595c564413172e7c888c7e136021a136 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 7 Jun 2014 15:34:41 -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 0bb0362b..caa928e8 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.0.0', + version='0.1.0', author='Anthony Sottile', author_email='asottile@umich.edu',