debian-django-ratelimit/ratelimit/__init__.py

3 lines
62 B
Python

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