bump version

This commit is contained in:
collerek
2020-09-14 17:15:17 +02:00
parent 4674f625df
commit c2e4acc277

View File

@ -16,7 +16,7 @@ from ormar.fields import (
)
from ormar.models import Model
__version__ = "0.2.2"
__version__ = "0.3.0"
__all__ = [
"Integer",
"BigInteger",