From 109e0ca577579cfe796d37b1625f29c84e888401 Mon Sep 17 00:00:00 2001 From: collerek Date: Thu, 8 Oct 2020 18:28:36 +0200 Subject: [PATCH] bump ver --- ormar/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ormar/__init__.py b/ormar/__init__.py index 1765386..16db570 100644 --- a/ormar/__init__.py +++ b/ormar/__init__.py @@ -28,7 +28,7 @@ class UndefinedType: # pragma no cover Undefined = UndefinedType() -__version__ = "0.3.6" +__version__ = "0.3.7" __all__ = [ "Integer", "BigInteger",