From 08c6ec5e999f90cd7f4c2e7bc666f51793369f48 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 14 Mar 2022 12:27:04 +0100 Subject: [PATCH] Bump version to 2022.03.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8769aa57..2944890d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = "2022.02.1" +VERSION = "2022.03.0" setup( name="pycognito",