From a3ff42c5315a549562fb12d8e4c8547aa88493af Mon Sep 17 00:00:00 2001 From: Rafael Marques Date: Sat, 27 Jul 2024 17:00:31 -0300 Subject: [PATCH] Version 0.1.0 --- pydantic_settings_aws/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydantic_settings_aws/version.py b/pydantic_settings_aws/version.py index bc4ffb3..1cf6267 100644 --- a/pydantic_settings_aws/version.py +++ b/pydantic_settings_aws/version.py @@ -1 +1 @@ -VERSION = "0.0.2" +VERSION = "0.1.0"