From e70b15b6c506aff6b4bbc1d9e9186314276a90b5 Mon Sep 17 00:00:00 2001 From: Caceresenzo Date: Tue, 29 Oct 2024 15:20:20 +0100 Subject: [PATCH] release: bump to 5.1.4 --- crunch/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crunch/__version__.py b/crunch/__version__.py index cebfb25..a671446 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__ = '5.1.3' +__version__ = '5.1.4' __author__ = 'Enzo CACERES' __author_email__ = 'enzo.caceres@crunchdao.com' __url__ = 'https://github.com/crunchdao/crunch-cli'