From 7c0f8e976a651c40dbc669f1caba1361f0af2ead Mon Sep 17 00:00:00 2001 From: collerek Date: Fri, 5 Mar 2021 12:37:28 +0100 Subject: [PATCH] Update __init__.py bump version --- ormar/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",