Set the version for master to 2.3.1 development

This commit is contained in:
Dylan M. Taylor 2021-11-24 16:37:29 -05:00 committed by GitHub
parent c4ba14e62a
commit 93714133f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ from .lib.user_interaction import *
parser = ArgumentParser()
__version__ = "2.3.0"
__version__ = "2.3.1.dev0"
storage['__version__'] = __version__