From 5c73caab8c63fe7d4b6d82afdf8f59c95c9e6f14 Mon Sep 17 00:00:00 2001 From: Jesper Noehr Date: Sun, 14 Jun 2009 12:04:30 +0200 Subject: [PATCH] bumping version to 0.2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5498dba..10ce202 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ import os setup( name = "django-piston", - version = "0.2.1", + version = "0.2.2", url = 'http://bitbucket.org/jespern/django-piston/wiki/Home', download_url = 'http://bitbucket.org/jespern/django-piston/downloads/', license = 'BSD',