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",