diff --git a/setup.py b/setup.py index 67d6fdf..b6efd56 100644 --- a/setup.py +++ b/setup.py @@ -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',