From c2e4acc277cfdc35fa563f05684047c2792c9353 Mon Sep 17 00:00:00 2001 From: collerek Date: Mon, 14 Sep 2020 17:15:17 +0200 Subject: [PATCH] bump version --- ormar/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ormar/__init__.py b/ormar/__init__.py index 72a9d41..f638111 100644 --- a/ormar/__init__.py +++ b/ormar/__init__.py @@ -16,7 +16,7 @@ from ormar.fields import ( ) from ormar.models import Model -__version__ = "0.2.2" +__version__ = "0.3.0" __all__ = [ "Integer", "BigInteger",