Python - prepare for release 0.10.3

This commit is contained in:
Anthony MOI
2021-05-24 16:56:27 -04:00
committed by Anthony MOI
parent c046da7679
commit 3a002c1aa8
5 changed files with 5 additions and 5 deletions

View File

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