Prepare for python v0.10.1 (#625)

This commit is contained in:
Anthony MOI
2021-02-08 11:45:56 -05:00
committed by GitHub
parent d96442cbe8
commit bc8bbf637a
5 changed files with 5 additions and 5 deletions

View File

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