This commit is contained in:
Emmanuel Garette 2019-07-29 22:07:46 +02:00
parent 76d63eb707
commit a7f470c837
1 changed files with 1 additions and 1 deletions

View File

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