debian-django-import-export/import_export/__init__.py

3 lines
67 B
Python

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