From 311231cee5fbe0b3756c797ecc435cf4a2f418d6 Mon Sep 17 00:00:00 2001 From: Brian Kennedy Date: Tue, 25 Jul 2023 10:44:33 -0700 Subject: [PATCH] v2.3.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec0e59d..39a7782 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.3', + version='2.3.4', description='Moesif Middleware for Python Django', long_description=long_description,