Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
vasgat committed Jul 27, 2023
1 parent 7999992 commit f077441
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='vasso@wikirate.org',
license='GPL-3.0',
download_url='https://github.com/wikirate/wikirate4py/archive/refs/tags/v1.1.9.tar.gz',
download_url='https://github.com/wikirate/wikirate4py/archive/refs/tags/v1.2.0.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.9'
__version__ = '1.2.0'
__author__ = 'Vasiliki Gkatziaki'
__license__ = 'GPL-3.0'

Expand Down

0 comments on commit f077441

Please sign in to comment.