From ff48930e06253c05fd082f5168258c79aaab67af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Thu, 16 May 2024 11:11:42 +0200 Subject: [PATCH] Update version to 2024.5.0 (#250) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c01b1d39..c53ebf9f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = "2024.2.0" +VERSION = "2024.5.0" setup( name="pycognito",