Release 4.0.0

This commit is contained in:
Anthony Sottile 2021-10-10 19:07:21 -07:00
parent afd2399b4c
commit d31c5356bb
3 changed files with 31 additions and 4 deletions

View file

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