From e4058ede0dfe799162a4f052480ee4f5e2599bec Mon Sep 17 00:00:00 2001 From: Tolga Bilbey Date: Wed, 20 May 2020 23:09:35 +0300 Subject: [PATCH] Setup.cfg updated --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index c2fe16e..17f8432 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-fast-paginator -version = v1.0.2 +version = v1.0.3 description = A Django app to paginate querysets faster. long_description = file: README.md long_description_content_type = text/markdown @@ -8,7 +8,7 @@ author = Tolga Bilbey author_email = bilbeyt@gmail.com license = MIT url = https://github.com/bilbeyt/django-fast-pagination -download_url = https://github.com/bilbeyt/django-fast-pagination/archive/v1.0.2.tar.gz +download_url = https://github.com/bilbeyt/django-fast-pagination/archive/v1.0.3.tar.gz keywords = django pagination