diff --git a/setup.py b/setup.py index 682c5bf..21c0870 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='django-rest-authtoken', - version='2.1.3', + version='2.1.4', author='Pascal Wichmann', author_email='wichmannpas@gmail.com', description='A simple token-based auth backend for Django Rest Framework storing cryptographically hashed tokens on server-side.',