Bump version to 0.13.0

This commit is contained in:
Iwo Herka 2019-06-20 16:18:31 +00:00
parent e857819fce
commit 1a0c9d0cc0

View file

@ -1,4 +1,4 @@
__version__ = '0.12.0'
__version__ = '0.13.0'
def register(model_cls, config_cls=None):
from .registry import Registry