Re-added dev tagging and bumping version up to 0.3

This commit is contained in:
Jannis Leidel 2009-07-17 14:16:24 +02:00
parent 6785c63044
commit 0a73b40bef
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[egg_info]
#tag_build = dev
tag_build = dev
[build_sphinx]
source-dir = docs/

View file

@ -6,7 +6,7 @@ def read(fname):
setup(
name='django-authority',
version='0.2',
version='0.3',
description="A Django app that provides generic per-object-permissions for Django's auth app.",
long_description=read('README'),
author='Jannis Leidel',