From c4fc4133c3fd0983587b072a69f606f1a7676ab8 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 30 Dec 2022 16:28:10 +0100 Subject: [PATCH] Bump 2022.12.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dd54a581..94677fa2 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = "2022.11.2" +VERSION = "2022.12.0" setup( name="pycognito",