Skip to content

Commit

Permalink
update wikirate4py version
Browse files Browse the repository at this point in the history
  • Loading branch information
vasgat committed Feb 14, 2024
1 parent b69c6a4 commit 6253a41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
env.sh
.pypirc
.idea
.pdbrc
wikirate4py.egg-info
Expand Down
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.2.3.tar.gz',
download_url='https://github.com/wikirate/wikirate4py/archive/refs/tags/v1.2.4.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.2.3'
__version__ = '1.2.4'
__author__ = 'Vasiliki Gkatziaki'
__license__ = 'GPL-3.0'

Expand Down

0 comments on commit 6253a41

Please sign in to comment.