From 1c838eeb0cc14f76973150fb78794ea9b900ecd9 Mon Sep 17 00:00:00 2001 From: Giacomo Sanchietti Date: Mon, 17 Jun 2024 12:50:32 +0200 Subject: [PATCH] chore: bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b9e4b29a..2d44db27 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name = 'nethsec', - version = '0.0.58', + version = '0.0.59', author = 'Giacomo Sanchietti', author_email = 'giacomo.sanchietti@nethesis.it', description = 'Utilities for NethSecurity development',