From 7f10cd5612f02b7b86402da9237ab39449ba1337 Mon Sep 17 00:00:00 2001 From: Dan Braghis Date: Tue, 8 Dec 2020 19:02:37 +0000 Subject: [PATCH] Bump version --- grapple/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grapple/__init__.py b/grapple/__init__.py index 80c37ed4..9283bce3 100644 --- a/grapple/__init__.py +++ b/grapple/__init__.py @@ -1,3 +1,3 @@ default_app_config = "grapple.apps.Grapple" -__version__ = "0.9.2" +__version__ = "0.9.3"