From 66e6d0c259b41fada56afc50ff7fe194ee35f170 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 11 Sep 2023 09:06:16 -0500 Subject: [PATCH] Bumps version to 5.0 --- 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 0c97e68b..19351876 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/iMerica/dj-rest-auth' -__version__ = '4.0.1' +__version__ = '5.0.0' __author__ = '@iMerica https://github.com/iMerica' __author_email__ = 'imichael@pm.me' __license__ = 'MIT'