diff --git a/setup.cfg b/setup.cfg index a4a690a..2d722a9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = cve-py -version = 1.2.0 +version = 1.2.2 description = Tracks CVEs, stores them in a local database, and sends email reports long_description = file: README.md long_description_content_type = text/markdown diff --git a/src/cve_py/version.py b/src/cve_py/version.py deleted file mode 100644 index 1a72d32..0000000 --- a/src/cve_py/version.py +++ /dev/null @@ -1 +0,0 @@ -__version__ = '1.1.0'