From 6e018e6ee8f9c81ed45155451fa6d7644c6525a9 Mon Sep 17 00:00:00 2001 From: Thiago Avelino Date: Wed, 3 Jun 2015 17:16:34 -0300 Subject: [PATCH] Generate new release 0.2.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 56f0300..3b1571f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name = 'bottle-redis', - version = '0.2.2', + version = '0.2.3', url = 'https://github.com/bottlepy/bottle-redis', description = 'Redis integration for Bottle.', author = 'Sean M. Collins',