From 03aa0121c1cf9a22ebaea8fb396db4215d37cd17 Mon Sep 17 00:00:00 2001 From: Tim White Date: Mon, 10 Feb 2020 11:02:15 -0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d2af1b3c..c0851bcc 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="django-termsandconditions", - version="2.0", + version="2.0.2", 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.",