mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
chore: remove version from __init__
This commit is contained in:
parent
3ebbf8d8e7
commit
9849f8356d
1 changed files with 0 additions and 2 deletions
|
|
@ -1,5 +1,3 @@
|
|||
__version__ = '0.14.1'
|
||||
|
||||
def register(model_cls, config_cls=None):
|
||||
from .registry import Registry
|
||||
Registry.register(model_cls, config_cls)
|
||||
|
|
|
|||
Loading…
Reference in a new issue