diff --git a/CHANGES.md b/CHANGES.md index fb466e0..bb8224b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,12 @@ > - Fixed: 🐛 > - Security: 🛡 +## Version 1.0.1 + +🐛 Fixed a bug where the CVD-Update PyPI package version check prints an + error message on some systems where `pip` doesn't return the available + package versions. + ## Version 1.0.0 ➕ Added a check to make sure that version check for the daily, main, and diff --git a/setup.py b/setup.py index 3e31194..d363d4a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="cvdupdate", - version="1.0.0", + version="1.0.1", 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.",