From 1edb27a2ec35bafa571e912afd9ea828fbc8f098 Mon Sep 17 00:00:00 2001 From: "@iMerica" Date: Sat, 4 Jan 2025 17:34:23 -0600 Subject: [PATCH] Bumps v0.0.1 --- 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 1a0f2e8..d69ae81 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__ = '7.0.0' +__version__ = '7.0.1' __author__ = '@iMerica https://github.com/iMerica' __author_email__ = 'imichael@pm.me' __license__ = 'MIT'