django-rest-auth/dj_rest_auth/__version__.py
Michael 5301f1e437 Version Bumps to 2.1.1
This version includes some new functionality (refresh token support)
so I'm bumping the minor version.
2020-11-18 21:48:31 -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.1.1'
__author__ = '@iMerica https://github.com/iMerica'
__author_email__ = 'imichael@pm.me'
__license__ = 'MIT'
__copyright__ = 'Copyright 2020 @iMerica https://github.com/iMerica'