From ff3be16172a067005583aa5440d59cbc9262ebb0 Mon Sep 17 00:00:00 2001 From: Praves Date: Wed, 10 Jan 2024 18:15:32 -0800 Subject: [PATCH] Update setup.py bump up the version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5eadfc4..1d8fe9d 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='2.3.7', + version='2.3.8', description='Moesif Middleware for Python Django', long_description=long_description,