Release 3.7.3

This commit is contained in:
Anthony Sottile 2019-01-30 19:55:58 -08:00
parent 9269987cca
commit ee7081c8ce
3 changed files with 45 additions and 1 deletions

View file

@ -15,7 +15,7 @@ import sys
LOG = logging.getLogger(__name__)
LOG.addHandler(logging.NullHandler())
__version__ = "3.7.2"
__version__ = "3.7.3"
__version_info__ = tuple(
int(i) for i in __version__.split(".") if i.isdigit()
)