diff --git a/setup.cfg b/setup.cfg index 0569426..d36cafe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-fast-paginator -version = v1.0 +version = v1.0.0 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 = BSD-3-Clause url = https://github.com/bilbeyt/django-fast-pagination -download_url = https://github.com/bilbeyt/django-fast-pagination/archive/v1.0.tar.gz +download_url = https://github.com/bilbeyt/django-fast-pagination/archive/v1.0.0.tar.gz keywords = django pagination