Bump for development

This commit is contained in:
Pradyun Gedam 2023-01-30 15:13:08 +00:00
parent 368c7b4c55
commit d21af1c986
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__ = "23.0"
__version__ = "23.1.dev0"
def main(args: Optional[List[str]] = None) -> int: