Python - Bump version for dev4 release

This commit is contained in:
Anthony MOI
2020-09-24 10:16:18 -04:00
parent a410903051
commit 171a042ee0
6 changed files with 43 additions and 5 deletions

View File

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