From bdaef5c17d6e5c97f4062f2b95ced331ef20083c Mon Sep 17 00:00:00 2001 From: Omen Apps Date: Fri, 20 Aug 2021 11:47:14 -0400 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1077a7e..47671f4 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="django-calendardate", - version="0.1.3", + version="0.1.4", description="A calendar model with date metadata for querying against.", long_description=readme, author="Jack Linke",