Skip to content

Commit ede5be1

Browse files
author
vasgat
committed
updating version number
1 parent bc89b58 commit ede5be1

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

0 commit comments

Comments
 (0)