This commit is contained in:
Emmanuel Garette 2019-07-30 08:49:09 +02:00
parent 504d5d71a4
commit 57e85b49eb
1 changed files with 1 additions and 1 deletions

View File

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