From a60bf86cd49cb1dd3151ef9784d0151c8134b648 Mon Sep 17 00:00:00 2001 From: Thiago Avelino Date: Mon, 7 Apr 2014 16:53:37 -0300 Subject: [PATCH] Set developer version 0.3.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6519522..3f7a861 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='bottle-auth', - version="0.3.0", + version="0.3.1", description=description, author="Thiago Avelino", author_email="thiago@avelino.xxx",