From 8a6afd563ab22215696735638a129e9711d48a93 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Tue, 26 Jul 2011 17:48:08 +0300 Subject: [PATCH] New release. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6c8b17e..7b7ad44 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ Sijax is a Python/jQuery library that makes AJAX easy to use in web applications. -Links +Links ----- * `source `_ @@ -22,7 +22,7 @@ setup( name = "Flask-Sijax", - version = '0.2.0', + version = '0.2.1', description = "An extension for the Flask microframework that adds Sijax support.", long_description = __doc__, author = "Slavi Pantaleev",