Merge pull request #769 from dylanmtaylor/patch-2
Set the version for master to 2.3.1 development
This commit is contained in:
commit
e285d84651
|
|
@ -23,7 +23,7 @@ from .lib.user_interaction import *
|
|||
|
||||
parser = ArgumentParser()
|
||||
|
||||
__version__ = "2.3.0"
|
||||
__version__ = "2.3.1.dev0"
|
||||
storage['__version__'] = __version__
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue