From b760c33c30e9c9671299e9caab1a2564fd3a152e Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Mon, 19 Apr 2021 20:15:10 -0700 Subject: [PATCH] Bump version to 1.0.1 Also updated CHANGES.md to describe the version check fix. --- CHANGES.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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.",