From 2c65b8118fe5d9a5ad2ad6bd08d0c71d2af6c29e Mon Sep 17 00:00:00 2001 From: Mark Sullivan Date: Fri, 12 Apr 2024 17:51:26 +1000 Subject: [PATCH] Bump version 20240412.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a2bc191..d4850b9 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="fmcapi", - version="20240404.0", + version="20240412.0", description="Easier interface to Cisco's FMC API than writing your own way.", long_description="""With the removal to configure a Cisco NGFW via the command line your only option is to do so via a manager. Some things are better when automated so using the manager's API gives us that power.