Python - Prepare for release 0.10.1rc1 (#622)

This commit is contained in:
Anthony MOI
2021-02-04 10:37:00 -05:00
committed by GitHub
parent 57200144ca
commit d96442cbe8
5 changed files with 5 additions and 5 deletions

View File

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