Bump for development

This commit is contained in:
Pradyun Gedam 2021-10-11 20:37:44 +01:00
parent abec8a701b
commit 2bf32f5f95
No known key found for this signature in database
GPG Key ID: FF99710C4332258E
1 changed files with 1 additions and 1 deletions

View File

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