Release 5.0.2

This commit is contained in:
Anthony Sottile 2022-08-01 06:01:45 -07:00
parent 5e69ba9261
commit 70c0b3d27a
3 changed files with 18 additions and 1 deletions

View file

@ -17,7 +17,7 @@ from typing import Type
LOG = logging.getLogger(__name__)
LOG.addHandler(logging.NullHandler())
__version__ = "5.0.1"
__version__ = "5.0.2"
__version_info__ = tuple(int(i) for i in __version__.split(".") if i.isdigit())
_VERBOSITY_TO_LOG_LEVEL = {