From 081337fe728476998dbd4c880e5fdcb7db1a880b Mon Sep 17 00:00:00 2001 From: collerek Date: Sun, 23 Aug 2020 17:58:59 +0200 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 d88de0b..f192b41 100644 --- a/ormar/__init__.py +++ b/ormar/__init__.py @@ -15,7 +15,7 @@ from ormar.fields import ( ) from ormar.models import Model -__version__ = "0.2.0" +__version__ = "0.2.1" __all__ = [ "Integer", "BigInteger",