diff --git a/ormar/__init__.py b/ormar/__init__.py index 5dbf884..5ed97f1 100644 --- a/ormar/__init__.py +++ b/ormar/__init__.py @@ -68,7 +68,7 @@ class UndefinedType: # pragma no cover Undefined = UndefinedType() -__version__ = "0.9.5" +__version__ = "0.9.6" __all__ = [ "Integer", "BigInteger",