refactor and cleanup

This commit is contained in:
collerek
2020-08-23 17:50:40 +02:00
parent f73a97e560
commit 0f72bf36eb
13 changed files with 248 additions and 216 deletions

View File

@ -15,7 +15,7 @@ from ormar.fields import (
)
from ormar.models import Model
__version__ = "0.1.3"
__version__ = "0.2.0"
__all__ = [
"Integer",
"BigInteger",