django-dbtemplates/dbtemplates/__init__.py
Jannis Leidel 078985d629 Changed setup.py to use setuptools because it has a with zip_safe attribute which prevents creating zipped installations.
committer: Jannis Leidel <jannis@leidel.info>

--HG--
extra : convert_revision : 5e5b1e2202d8e4b2354e52273e468a829f173508
2009-03-01 01:04:19 +01:00

2 lines
No EOL
61 B
Python

VERSION = (0, 5, 5)
__version__ = '.'.join(map(str, VERSION))