From 38bf8829a66ef5d6f993c0fa1462140a1953d3e6 Mon Sep 17 00:00:00 2001 From: Dan Braghis Date: Fri, 25 Feb 2022 17:32:32 +0000 Subject: [PATCH] Bump version to 0.13 --- grapple/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grapple/__init__.py b/grapple/__init__.py index 244937bc..d751cbb9 100644 --- a/grapple/__init__.py +++ b/grapple/__init__.py @@ -1,3 +1,3 @@ default_app_config = "grapple.apps.Grapple" -__version__ = "0.12.0" +__version__ = "0.13.0"