Skip to content
This repository has been archived by the owner on Oct 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #11 from cisagov/bugfix/relax_decoding
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
felddy committed Jan 14, 2020
2 parents b4c7d54 + 061ce6c commit 7238b9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/check_cve/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""This file defines the version of this module."""
__version__ = "1.0.1"
__version__ = "1.0.2"

0 comments on commit 7238b9b

Please sign in to comment.