From 7cb064fb0a49905a3185bdfd575fce2e245dbca3 Mon Sep 17 00:00:00 2001 From: Michael Elsdoerfer Date: Sat, 21 Aug 2010 00:32:11 +0200 Subject: [PATCH] After release, set version to 0.3 dev. --- django_tables/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_tables/__init__.py b/django_tables/__init__.py index d2e889f..b41bdaf 100644 --- a/django_tables/__init__.py +++ b/django_tables/__init__.py @@ -1,4 +1,4 @@ -__version__ = (0, 2) +__version__ = (0, 3, 'dev') from memory import * -- 2.26.2