Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
vasgat committed May 12, 2023
1 parent 14ec501 commit 3dd14e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
author='Vasiliki Gkatziaki',
author_email='[email protected]',
license='GPL-3.0',
download_url='https://github.com/wikirate/wikirate4py/archive/refs/tags/v1.1.7.tar.gz',
download_url='https://github.com/wikirate/wikirate4py/archive/refs/tags/v1.1.8.tar.gz',
packages=find_packages(exclude=["tests", "examples"]),
install_requires=[
"requests",
Expand Down
2 changes: 1 addition & 1 deletion wikirate4py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
wikirate4py WikiRate API library
"""
__version__ = '1.1.7'
__version__ = '1.1.8'
__author__ = 'Vasiliki Gkatziaki'
__license__ = 'GPL-3.0'

Expand Down

0 comments on commit 3dd14e2

Please sign in to comment.