Bump for development

This commit is contained in:
Paul Moore 2022-10-15 11:59:14 +01:00
parent 0a76da3a94
commit c8ae280018
1 changed files with 1 additions and 1 deletions

View File

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