Fix version in setup.py.

This commit is contained in:
Guillaume Ayoub 2010-04-12 03:15:07 +02:00
parent a45ca25df9
commit 422f9ff449

View File

@ -63,7 +63,7 @@ class Clean(Command):
setup(
name="Radicale",
version="0.1",
version="0.2",
description="Radicale CalDAV Server",
author="Guillaume Ayoub",
author_email="guillaume.ayoub@kozea.fr",