From b9a38be5c6944deac6e050afcd2d1efa48599d66 Mon Sep 17 00:00:00 2001 From: collerek Date: Mon, 17 May 2021 17:32:12 +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 f7228d6..be40cdd 100644 --- a/ormar/__init__.py +++ b/ormar/__init__.py @@ -76,7 +76,7 @@ class UndefinedType: # pragma no cover Undefined = UndefinedType() -__version__ = "0.10.6" +__version__ = "0.10.7" __all__ = [ "Integer", "BigInteger",