chore: bump to 2.9.1

This commit is contained in:
Henry Schreiner
2022-02-02 17:34:15 -05:00
parent 3899dc65b9
commit ffa346860b
3 changed files with 11 additions and 4 deletions

View File

@@ -8,5 +8,5 @@ def _to_int(s):
return s
__version__ = "2.9.0"
__version__ = "2.9.1"
version_info = tuple(_to_int(s) for s in __version__.split("."))