Python - Bump version for 0.9.0.dev0 release

This commit is contained in:
Anthony MOI
2020-08-21 18:52:29 -04:00
parent 32a76b0331
commit c036cd4ced
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "0.8.1"
__version__ = "0.9.0.dev0"
from typing import Tuple, Union, Tuple, List