Python - Bump version for 0.9.0 release

This commit is contained in:
Anthony MOI
2020-10-09 13:00:19 -04:00
parent fbca797b3d
commit 4f4ba4a11a
5 changed files with 5 additions and 5 deletions

View File

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