django-dbtemplates/dbtemplates/__init__.py
2009-08-19 20:51:26 +02:00

2 lines
No EOL
61 B
Python

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