From 6cd68294da992d77145b73b957d5a4d9dcbf8563 Mon Sep 17 00:00:00 2001 From: collerek Date: Tue, 10 Nov 2020 11:26:47 +0100 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 f3cdedb..9bab42f 100644 --- a/ormar/__init__.py +++ b/ormar/__init__.py @@ -30,7 +30,7 @@ class UndefinedType: # pragma no cover Undefined = UndefinedType() -__version__ = "0.4.2" +__version__ = "0.4.3" __all__ = [ "Integer", "BigInteger",