Bump for development

This commit is contained in:
Pradyun Gedam 2022-05-11 20:03:45 +01:00
parent 3c953322c6
commit 88d565cc33
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.1"
__version__ = "22.2.dev0"
def main(args: Optional[List[str]] = None) -> int: