Bump version to 0.12.0

This commit is contained in:
Iwo Herka 2018-09-21 11:49:03 +00:00
parent 92ba7992d7
commit 08104f8c0e

View file

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