From 5221c4e0d7fd6a7069d6f3ed6ab086ececc1e075 Mon Sep 17 00:00:00 2001 From: Caceresenzo Date: Wed, 17 Jul 2024 22:47:30 +0200 Subject: [PATCH] release: bump to 3.15.1 --- crunch/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crunch/__version__.py b/crunch/__version__.py index 0ef9c5a..7782ef0 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.15.0' +__version__ = '3.15.1' __author__ = 'Enzo CACERES' __author_email__ = 'enzo.caceres@crunchdao.com' __url__ = 'https://github.com/crunchdao/crunch-cli'