From 63cd87b64818114427dd4b0df4a469a75272ee9b Mon Sep 17 00:00:00 2001 From: almad Date: Tue, 16 Dec 2008 09:04:39 -0100 Subject: [PATCH] Fixed naming --- djangohttpdigest/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/djangohttpdigest/__init__.py b/djangohttpdigest/__init__.py index 1b7be61..575b625 100644 --- a/djangohttpdigest/__init__.py +++ b/djangohttpdigest/__init__.py @@ -1,4 +1,4 @@ -__version__ = (0, 1, 0, 'pre') -__versionstr__ = '0.1.0-pre' +__version__ = (0, 1, 0, 'final') +__versionstr__ = '0.1.0'