From 9ce50280ae2d739d5c6fb4fde7a031213b447c41 Mon Sep 17 00:00:00 2001 From: collerek Date: Wed, 23 Sep 2020 10:11:42 +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 0403f31..aea7bfd 100644 --- a/ormar/__init__.py +++ b/ormar/__init__.py @@ -26,7 +26,7 @@ class UndefinedType: # pragma no cover Undefined = UndefinedType() -__version__ = "0.3.1" +__version__ = "0.3.2" __all__ = [ "Integer", "BigInteger",