Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dax Mickelson committed Aug 24, 2019
1 parent 4e569c7 commit dc5a074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/making a package.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Install:
python3-pip, twine

Steps:
Update Version number in setup.py (today's date with ".serial" appended, starting with 0)
python3 setup.py bdist_wheel
python3 setup.py sdist
twine upload dist/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='fmcapi',
version='20190819.0',
version='20190824.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

0 comments on commit dc5a074

Please sign in to comment.