Skip to content

Commit a8d8821

Browse files
committed
update wikirate4py version
1 parent d564bc5 commit a8d8821

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.2.2.tar.gz',
31+
download_url='https://github.com/wikirate/wikirate4py/archive/refs/tags/v1.2.3.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.2.2'
8+
__version__ = '1.2.3'
99
__author__ = 'Vasiliki Gkatziaki'
1010
__license__ = 'GPL-3.0'
1111

0 commit comments

Comments
 (0)