new tiramisu_cmdline_parser version

This commit is contained in:
Emmanuel Garette 2020-04-08 16:48:58 +02:00 committed by Emmanuel Garette
parent b7bb7ebe6f
commit 44997328ef

View file

@ -1,4 +1,4 @@
from .api import TiramisuCmdlineParser
__version__ = "0.4"
__version__ = "0.5"
__all__ = ('TiramisuCmdlineParser',)