From 537a16f2e2ad822027e626bb9952e9fa27cba14b Mon Sep 17 00:00:00 2001 From: boutrig abdennour Date: Fri, 2 Aug 2024 09:37:05 +0200 Subject: [PATCH] release: bump to 3.17.5 --- crunch/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crunch/__version__.py b/crunch/__version__.py index 942c858..50013e9 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__ = '3.17.4' +__version__ = '3.17.5' __author__ = 'Enzo CACERES' __author_email__ = 'enzo.caceres@crunchdao.com' __url__ = 'https://github.com/crunchdao/crunch-cli'