Bump for development

This commit is contained in:
Stéphane Bidoul 2022-07-21 10:23:35 +02:00
parent 8e7e76e60f
commit 2132eb4cdb
No known key found for this signature in database
GPG Key ID: BCAB2555446B5B92
1 changed files with 1 additions and 1 deletions

View File

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