Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
Also updated CHANGES.md to describe the version check fix.
  • Loading branch information
micahsnyder committed Apr 20, 2021
1 parent 51fa4e2 commit b760c33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="cvdupdate",
version="1.0.0",
version="1.0.1",
author="The ClamAV Team",
author_email="[email protected]",
copyright="Copyright (C) 2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.",
Expand Down

0 comments on commit b760c33

Please sign in to comment.