From 31b4c2e82b21b95cc15eae8d8cb26c368e074ff7 Mon Sep 17 00:00:00 2001 From: collerek Date: Tue, 5 Jan 2021 15:19:16 +0100 Subject: [PATCH] bump version --- ormar/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",