From f96d49b52bdb926d1f2858bc3f0a5cf886b315d1 Mon Sep 17 00:00:00 2001 From: Giacomo Sanchietti Date: Fri, 21 Jun 2024 16:27:53 +0200 Subject: [PATCH] chore: bump version NethServer/nethsecurity#592 # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Fri Jun 21 16:27:53 2024 +0200 # # On branch main # Your branch is ahead of 'origin/main' by 1 commit. # (use "git push" to publish your local commits) # # Changes to be committed: # modified: setup.py # # Untracked files: # __init__.py # apidocs/ # dist/ # src/nethsec.egg-info/ # src/nethsec/utils/p # watch # # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Fri Jun 21 16:27:53 2024 +0200 # # On branch main # Your branch is ahead of 'origin/main' by 1 commit. # (use "git push" to publish your local commits) # # Changes to be committed: # modified: setup.py # # Untracked files: # __init__.py # apidocs/ # dist/ # src/nethsec.egg-info/ # src/nethsec/utils/p # watch # --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6c839c6e..160dea0d 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name = 'nethsec', - version = '0.0.60', + version = '0.0.61', author = 'Giacomo Sanchietti', author_email = 'giacomo.sanchietti@nethesis.it', description = 'Utilities for NethSecurity development',