From 757d8c3b47af3f4ed81ad492f3e411d125ccab70 Mon Sep 17 00:00:00 2001 From: Vasiliki Gkatziaki Date: Thu, 26 Oct 2023 16:02:32 +0200 Subject: [PATCH] update versions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 95a9f3d..207fa50 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ author='Vasiliki Gkatziaki', author_email='vasso@wikirate.org', license='GPL-3.0', - download_url='https://github.com/wikirate/wikirate4py/archive/refs/tags/v1.2.0.tar.gz', + download_url='https://github.com/wikirate/wikirate4py/archive/refs/tags/v1.2.1.tar.gz', packages=find_packages(exclude=["tests", "examples"]), install_requires=[ "requests",