new tiramisu_cmdline_parser version

This commit is contained in:
Emmanuel Garette 2020-04-08 16:48:58 +02:00
parent c13da02553
commit 7f95b1bfb0
1 changed files with 1 additions and 1 deletions

View File

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