From f6c2458d2e107dedeaedcc9b6e7a6ca1aaffd08c Mon Sep 17 00:00:00 2001 From: Derric Date: Fri, 7 Dec 2018 15:44:55 -0800 Subject: [PATCH] Bump to 1.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4bd0469..83c3fd4 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,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='1.3.7', + version='1.4.0', description='Moesif Middleware for Python Django', long_description=long_description,