Python - Update CHANGELOG and bump to 0.9.2 for release

This commit is contained in:
Anthony MOI
2020-10-15 10:14:58 -04:00
parent 2ccd16bf5c
commit 91f602f744
5 changed files with 10 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "0.9.1"
__version__ = "0.9.2"
from typing import Tuple, Union, Tuple, List
from enum import Enum