From 33288aefb1136a5917352882d1ec08c8fcd3f85e Mon Sep 17 00:00:00 2001 From: Vivek Ghaisas Date: Fri, 29 Jan 2016 03:57:09 +0530 Subject: [PATCH] Version bump to 0.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e4de21..fbc9c77 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='petroglyph', - version='0.4.1', + version='0.5.0', description='A static blog generator', url='https://github.com/polybuildr/petroglyph', author='Vivek Ghaisas',