From fce2788fcdffc58a306c470176da82eeac5f8574 Mon Sep 17 00:00:00 2001 From: Caceresenzo Date: Mon, 28 Oct 2024 14:31:30 +0100 Subject: [PATCH] release: bump to 5.0.0b7 --- crunch/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crunch/__version__.py b/crunch/__version__.py index bc1f2a8..da850f4 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.0.0b6' +__version__ = '5.0.0b7' __author__ = 'Enzo CACERES' __author_email__ = 'enzo.caceres@crunchdao.com' __url__ = 'https://github.com/crunchdao/crunch-cli'