Update __version__ to become a dev-version again
To avoid accidental pypi snafu's
This commit is contained in:
parent
595bd657c6
commit
a89f87c145
|
|
@ -23,7 +23,7 @@ from .lib.user_interaction import *
|
|||
|
||||
parser = ArgumentParser()
|
||||
|
||||
__version__ = "2.2.0"
|
||||
__version__ = "2.3.0.dev0"
|
||||
|
||||
|
||||
def initialize_arguments():
|
||||
|
|
|
|||
Loading…
Reference in New Issue