Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Forgot to update setup.py whoops!
Browse files Browse the repository at this point in the history
  • Loading branch information
masonhfisher committed Oct 6, 2021
1 parent 501625f commit 6f3e084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
long_description = (pathlib.Path(__file__).parent/'README.md').read_text(encoding='utf-8')

setup(name='cve_lookup',
version='0.1.0',
version='0.2.0',
description='Look up CVEs and get details about them.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 6f3e084

Please sign in to comment.