django-rest-auth/dj_rest_auth/__version__.py
Michael 7986184821 Removes <3.1 requirement
3.1 was a red herrring. The root cause of test failures was in all-auth
2020-11-11 22:26:51 -06:00

9 lines
355 B
Python

__title__ = 'dj-rest-auth'
__description__ = 'Authentication and Registration in Django Rest Framework.'
__url__ = 'http://github.com/jazzband/dj-rest-auth'
__version__ = '2.0.1'
__author__ = '@iMerica https://github.com/iMerica'
__author_email__ = 'imichael@pm.me'
__license__ = 'MIT'
__copyright__ = 'Copyright 2020 @iMerica https://github.com/iMerica'