Merge pull request #769 from dylanmtaylor/patch-2

Set the version for master to 2.3.1 development
This commit is contained in:
Anton Hvornum 2021-11-25 12:08:59 +00:00 committed by GitHub
commit e285d84651
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__