diff --git a/README.md b/README.md index 1f61a29..6662a7b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Python versions 3.6 and above. Note that Python 2 *is not* supported. From a release: ```console -pip install https://github.com/cisagov/check-cve-2019-19781/releases/download/v1.0.1/cve_2019_19781-1.0.1-py3-none-any.whl +pip install https://github.com/cisagov/check-cve-2019-19781/releases/download/v1.0.2/cve_2019_19781-1.0.2-py3-none-any.whl ``` From source: diff --git a/src/check_cve/_version.py b/src/check_cve/_version.py index f5df3e9..ac3a9e4 100644 --- a/src/check_cve/_version.py +++ b/src/check_cve/_version.py @@ -1,2 +1,2 @@ """This file defines the version of this module.""" -__version__ = "1.0.1" +__version__ = "1.0.2"