Update __version__ to become a dev-version again

To avoid accidental pypi snafu's
This commit is contained in:
Anton Hvornum 2021-05-28 09:03:10 +02:00 committed by GitHub
parent 595bd657c6
commit a89f87c145
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.2.0"
__version__ = "2.3.0.dev0"
def initialize_arguments():