From 6aea50289eb93f6f4cc808caf72b1f0eee148d95 Mon Sep 17 00:00:00 2001 From: Ed Rivas Date: Tue, 22 Feb 2022 22:42:42 -0600 Subject: [PATCH] chore: bump version --- file_router/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file_router/__init__.py b/file_router/__init__.py index e929375..17d3a90 100644 --- a/file_router/__init__.py +++ b/file_router/__init__.py @@ -6,7 +6,7 @@ from django.template import RequestContext, Template from django.urls import path -__version__ = "0.1.0" +__version__ = "0.2.0" DISALLOWED_CHARS = re.compile( "|".join(