From e0b12560f501928a0dc43bcbd35737f6bff7caa2 Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Tue, 12 Dec 2023 19:57:01 +0330 Subject: [PATCH] Prepare releaase 2.2.0 (#109) --- pydantic_extra_types/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydantic_extra_types/__init__.py b/pydantic_extra_types/__init__.py index a33997dd..04188a16 100644 --- a/pydantic_extra_types/__init__.py +++ b/pydantic_extra_types/__init__.py @@ -1 +1 @@ -__version__ = '2.1.0' +__version__ = '2.2.0'