From 81a4a5782cdfa93f1a7bbae96eea7182db657a12 Mon Sep 17 00:00:00 2001 From: Flavio Garcia Date: Mon, 24 Jun 2024 14:13:18 -0400 Subject: [PATCH] build(release): deliver 0.7.4 --- peasant/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peasant/__init__.py b/peasant/__init__.py index 267a239..cc3a1de 100644 --- a/peasant/__init__.py +++ b/peasant/__init__.py @@ -13,7 +13,7 @@ # limitations under the License. __author__ = "Flavio Garcia " -__version__ = (0, 7, 3) +__version__ = (0, 7, 4) __licence__ = "Apache License V2.0"