diff --git a/CHANGES.md b/CHANGES.md index bb8224b..2c6a27b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,10 @@ > - Fixed: 🐛 > - Security: 🛡 +## Version 1.0.2 + +🐛 Fixed a Python 3.6 compatibility issue in the package version check. + ## Version 1.0.1 🐛 Fixed a bug where the CVD-Update PyPI package version check prints an diff --git a/setup.py b/setup.py index d363d4a..5498221 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="cvdupdate", - version="1.0.1", + version="1.0.2", author="The ClamAV Team", author_email="clamav-bugs@external.cisco.com", copyright="Copyright (C) 2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.",