From ef4818761640afca24e92c993d1e3ae7b252afb7 Mon Sep 17 00:00:00 2001 From: Caceresenzo Date: Sat, 26 Oct 2024 23:14:01 +0200 Subject: [PATCH] release: bump to 4.3.0 --- crunch/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crunch/__version__.py b/crunch/__version__.py index 34e2685..2cd0f6e 100644 --- a/crunch/__version__.py +++ b/crunch/__version__.py @@ -1,6 +1,6 @@ __title__ = 'crunch-cli' __description__ = 'crunch-cli - CLI of the CrunchDAO Platform' -__version__ = '4.2.0' +__version__ = '4.3.0' __author__ = 'Enzo CACERES' __author_email__ = 'enzo.caceres@crunchdao.com' __url__ = 'https://github.com/crunchdao/crunch-cli'