From 693b8b4919c274cb9910c59e91db625330bb6cd3 Mon Sep 17 00:00:00 2001 From: UsamaSadiq Date: Mon, 18 Apr 2022 16:25:52 +0500 Subject: [PATCH] chore: bump version to 1.0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1fdad0774..0f25e8d54 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def is_requirement(line): setup( name="django-wiki", - version="1.0.2", + version="1.0.3", author="Benjamin Bach", author_email="benjamin@overtag.dk", description="A wiki system written for the Django framework.",