Bumped the version to v2.3.0

This commit is contained in:
Anton Hvornum 2021-11-24 22:27:38 +01:00
parent 8bb631ad7f
commit c4ba14e62a
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
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.dev0"
__version__ = "2.3.0"
storage['__version__'] = __version__