From 72438ce6b18d83432e73275e97742f8819800da7 Mon Sep 17 00:00:00 2001 From: collerek Date: Wed, 28 Oct 2020 14:23:46 +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 4aefddc..c22f39c 100644 --- a/ormar/__init__.py +++ b/ormar/__init__.py @@ -28,7 +28,7 @@ class UndefinedType: # pragma no cover Undefined = UndefinedType() -__version__ = "0.3.9" +__version__ = "0.3.10" __all__ = [ "Integer", "BigInteger",