diff --git a/setup.py b/setup.py index d46d9eb..1fe08d3 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='fmcapi', - version='20190910.0', + version='20190910.1', 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.