Version bump to v2.4.1 (due to pypi.org having a yanked 2.4.0)
This commit is contained in:
parent
a63e8ae7f9
commit
21da87df5e
|
|
@ -47,7 +47,7 @@ from .lib.plugins import plugins, load_plugin # This initiates the plugin loadin
|
|||
from .lib.configuration import *
|
||||
parser = ArgumentParser()
|
||||
|
||||
__version__ = "2.4.0.RC2"
|
||||
__version__ = "2.4.1"
|
||||
storage['__version__'] = __version__
|
||||
|
||||
# add the custome _ as a builtin, it can now be used anywhere in the
|
||||
|
|
|
|||
Loading…
Reference in New Issue