Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
woodtechie1428 authored Sep 8, 2021
1 parent 67edcdd commit 2ff1441
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 @@ -8,7 +8,7 @@

setup(
name="qualysclient",
version="__version__",
version=__version__,
author="Wood Techie",
author_email="woodtechie1428@gmail.com",
description="Python SDK for interacting with the Qualys API",
Expand All @@ -29,4 +29,4 @@
py_modules=["qualysclient"],
install_requires=['requests']

)
)

0 comments on commit 2ff1441

Please sign in to comment.