Bump for development

This commit is contained in:
Tzu-ping Chung 2021-07-24 21:28:37 +08:00
parent 3d25c5327d
commit 765a4b4022
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
from typing import List, Optional
__version__ = "21.2"
__version__ = "21.3.dev0"
def main(args: Optional[List[str]] = None) -> int: