django-rest-auth/dj_rest_auth/__version__.py

9 lines
355 B
Python
Raw Normal View History

2020-05-10 01:32:05 +03:00
__title__ = 'dj-rest-auth'
__description__ = 'Authentication and Registration in Django Rest Framework.'
__url__ = 'http://github.com/jazzband/dj-rest-auth'
2020-06-24 09:33:52 +03:00
__version__ = '1.0.9'
2020-05-10 01:32:05 +03:00
__author__ = '@iMerica https://github.com/iMerica'
__author_email__ = 'imichael@pm.me'
__license__ = 'MIT'
__copyright__ = 'Copyright 2020 @iMerica https://github.com/iMerica'