diff --git a/dj_rest_auth/__version__.py b/dj_rest_auth/__version__.py
index 1a0f2e80..d69ae815 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'