diff --git a/deploy_a_release.sh b/deploy_a_release.sh index e04041e..8a8cb8a 100644 --- a/deploy_a_release.sh +++ b/deploy_a_release.sh @@ -2,7 +2,7 @@ echo "Building a new release of fmcapi!" echo -echo "Did you remember to run black??? e.g. black fmcapi --diff --exclude \"venv|build\"" +echo "Did you remember to run black??? e.g. black fmcapi --exclude \"venv|build\"" read -p "(y/n): " -n 1 -r echo if [[ $REPLY =~ ^[Yy]$ ]] diff --git a/setup.py b/setup.py index 6e1c7ee..3077dfc 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="fmcapi", - version="20191002.0", + version="20191017.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.