Bump for development

This commit is contained in:
Stéphane Bidoul 2023-10-21 12:57:41 +02:00
parent 5364f26f96
commit 576dbd813c
1 changed files with 1 additions and 1 deletions

View File

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