increment version cos seems about time

This commit is contained in:
John Burwell 2023-04-30 20:21:31 -05:00
parent 737e2fb8df
commit 4eceac78b4

View File

@ -19,7 +19,7 @@
__all__ = ['config', 'console', 'controller',
'logger', 'models', 'parser', 'pluginloader']
__version__ = "0.3.0"
__version__ = "0.4.0"
from .config import Config
from .console import Console