Bump for development

This commit is contained in:
Pradyun Gedam 2022-01-29 09:34:40 +00:00
parent 1742af7bdc
commit 0a916125ef
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__ = "22.0"
__version__ = "22.1.dev0"
def main(args: Optional[List[str]] = None) -> int: