diff --git a/ormar/__init__.py b/ormar/__init__.py index f7228d6..be40cdd 100644 --- a/ormar/__init__.py +++ b/ormar/__init__.py @@ -76,7 +76,7 @@ class UndefinedType: # pragma no cover Undefined = UndefinedType() -__version__ = "0.10.6" +__version__ = "0.10.7" __all__ = [ "Integer", "BigInteger",