From 04151a10470f3290a4ef6c391df5f53257aeb3ad Mon Sep 17 00:00:00 2001 From: Edoardo Arnaudo Date: Mon, 26 Feb 2024 10:38:30 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20version=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- argdantic/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argdantic/__init__.py b/argdantic/__init__.py index 24225e8..5581de8 100644 --- a/argdantic/__init__.py +++ b/argdantic/__init__.py @@ -4,7 +4,7 @@ from argdantic.core import ArgParser from argdantic.fields import ArgField -__version__ = "1.0.1" +__version__ = "1.1.0" __all__ = [ "ArgParser", "ArgField",