new version (0.5)

This commit is contained in:
Emmanuel Garette 2020-04-07 17:53:55 +02:00
parent b75e12c00c
commit dc3a3b00c6
1 changed files with 1 additions and 1 deletions

View File

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