Skip to content

Commit

Permalink
Release 20190910.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dax Mickelson committed Sep 10, 2019
1 parent a02d8f9 commit 367ce3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='fmcapi',
version='20190908.0',
version='20190910.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.
Expand Down Expand Up @@ -38,7 +38,7 @@
'Topic :: System :: Systems Administration',
'Topic :: Utilities',
],
keywords='fmcapi fmc ftd security cisco ngfw api',
keywords='fmcapi fmc ftd security cisco ngfw api firepower',
packages=find_packages(exclude=['docs', 'tests*']),
install_requires=['requests', 'datetime', 'ipaddress'],
python_requires='>=3',
Expand Down

0 comments on commit 367ce3e

Please sign in to comment.