From 994e483b6cfe7b56d043f62551f0af6c21661350 Mon Sep 17 00:00:00 2001 From: Martin Bauer Date: Wed, 27 Mar 2019 09:14:47 +0100 Subject: [PATCH] Update version number in setup.py to 4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 23e5cabe..865b8b7c 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='3.6.0', + version='4.0.0', description='Authentication for django rest framework', long_description=long_description, long_description_content_type='text/markdown',