bump version

This commit is contained in:
collerek
2020-08-23 17:58:59 +02:00
parent 0f72bf36eb
commit 081337fe72

View File

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