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