Skip to content

Commit 1621434

Browse files
committed
update version
1 parent e0b79f9 commit 1621434

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
author='Vasiliki Gkatziaki',
2929
author_email='vasso@wikirate.org',
3030
license='GPL-3.0',
31-
download_url='https://github.com/wikirate/wikirate4py/archive/refs/tags/v1.1.1.tar.gz',
31+
download_url='https://github.com/wikirate/wikirate4py/archive/refs/tags/v1.1.2.tar.gz',
3232
packages=find_packages(exclude=["tests", "examples"]),
3333
install_requires=[
3434
"requests",

wikirate4py/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66
wikirate4py WikiRate API library
77
"""
8-
__version__ = '1.1.1'
8+
__version__ = '1.1.2'
99
__author__ = 'Vasiliki Gkatziaki'
1010
__license__ = 'GPL-3.0'
1111

0 commit comments

Comments
 (0)