Bump version to 0.10.1

This commit is contained in:
Iwo Herka 2018-06-20 09:43:36 +02:00
parent ccf486cc9c
commit cd4acd1f9c

View file

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