From d30bcb191e125fad77bf485732f73272345eab95 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 9 Aug 2020 14:07:00 -0500 Subject: [PATCH] Bumps version for release --- dj_rest_auth/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dj_rest_auth/__version__.py b/dj_rest_auth/__version__.py index 6a0c7e6..0744496 100644 --- a/dj_rest_auth/__version__.py +++ b/dj_rest_auth/__version__.py @@ -1,7 +1,7 @@ __title__ = 'dj-rest-auth' __description__ = 'Authentication and Registration in Django Rest Framework.' __url__ = 'http://github.com/jazzband/dj-rest-auth' -__version__ = '1.1.0' +__version__ = '1.1.1' __author__ = '@iMerica https://github.com/iMerica' __author_email__ = 'imichael@pm.me' __license__ = 'MIT'