Release 4.0.1

This commit is contained in:
Anthony Sottile 2021-10-11 05:41:53 -07:00
parent 0fac346d84
commit 82b698e099
3 changed files with 17 additions and 1 deletions

View file

@ -16,7 +16,7 @@ from typing import Type
LOG = logging.getLogger(__name__)
LOG.addHandler(logging.NullHandler())
__version__ = "4.0.0"
__version__ = "4.0.1"
__version_info__ = tuple(int(i) for i in __version__.split(".") if i.isdigit())