From c5f983da3c93753401a89a4c10c9e05f44110be0 Mon Sep 17 00:00:00 2001 From: Tim White Date: Mon, 17 Feb 2020 06:30:51 -0700 Subject: [PATCH] Version 2.0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c0851bcc..25130c55 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="django-termsandconditions", - version="2.0.2", + version="2.0.3", url="https://github.com/cyface/django-termsandconditions", license="BSD", description="django-termsandconditions is a Django app that enables users to accept terms and conditions of a site.",