From 546f339308103880c823b2056830fcdc9220edd0 Mon Sep 17 00:00:00 2001 From: Michael Elsdoerfer Date: Fri, 26 Nov 2010 13:16:14 +0100 Subject: [PATCH] Setup development version number. --- 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 ccdcbb0..76d8069 100644 --- a/django_tables/__init__.py +++ b/django_tables/__init__.py @@ -1,4 +1,4 @@ -__version__ = (0, 2, 1) +__version__ = (0, 3, 'dev') from memory import * -- 2.26.2