diff --git a/ormar/__init__.py b/ormar/__init__.py index 88f81ba..355b862 100644 --- a/ormar/__init__.py +++ b/ormar/__init__.py @@ -65,7 +65,7 @@ class UndefinedType: # pragma no cover Undefined = UndefinedType() -__version__ = "0.7.5" +__version__ = "0.8.0" __all__ = [ "Integer", "BigInteger",