From 19c34856bb7099caaed391820c66352977a463aa Mon Sep 17 00:00:00 2001 From: Flavio Garcia Date: Tue, 21 Sep 2021 22:28:24 -0400 Subject: [PATCH] Delivered 0.4. --- peasant/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peasant/__init__.py b/peasant/__init__.py index 2dc9276..a4ac8b8 100644 --- a/peasant/__init__.py +++ b/peasant/__init__.py @@ -15,7 +15,7 @@ # limitations under the License. __author__ = "Flavio Goncalves Garcia " -__version__ = (0, 3) +__version__ = (0, 4) __licence__ = "Apache License V2.0"