diff --git a/ormar/__init__.py b/ormar/__init__.py index 1765386..16db570 100644 --- a/ormar/__init__.py +++ b/ormar/__init__.py @@ -28,7 +28,7 @@ class UndefinedType: # pragma no cover Undefined = UndefinedType() -__version__ = "0.3.6" +__version__ = "0.3.7" __all__ = [ "Integer", "BigInteger",