Python - Update CHANGELOG and bump to 0.9.0.rc1

This commit is contained in:
Anthony MOI
2020-09-29 10:24:24 -04:00
parent ff57504972
commit aebf510c5a
5 changed files with 17 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "0.9.0.dev4"
__version__ = "0.9.0.rc1"
from typing import Tuple, Union, Tuple, List
from enum import Enum