From ca72b5be0f6f4687767445b23defc7743905f4b9 Mon Sep 17 00:00:00 2001 From: Mike Yumatov Date: Mon, 25 Jun 2012 22:47:51 +0400 Subject: [PATCH] Bump version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 77bcc53..3533fcd 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(filename): setup( name='gears-handlebars', - version='0.1.dev', + version='0.1', url='https://github.com/gears/gears-handlebars', license='ISC', author='Mike Yumatov',