Bump for development

This commit is contained in:
Paul Moore 2023-04-15 10:44:40 +01:00
parent 6424ac4600
commit 2fd3e408dd
1 changed files with 1 additions and 1 deletions

View File

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