Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
vasgat committed Sep 20, 2024
1 parent a0990b0 commit 311b990
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
with open(VERSION_FILE) as version_file:
match = re.search(r"^__version__ = ['\"]([^'\"]*)['\"]",
version_file.read(), re.MULTILINE)
with open('README.rst') as readme_file:
with open('README.md') as readme_file:
readme = readme_file.read()

if match:
Expand All @@ -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.2.7.tar.gz',
download_url='https://github.com/wikirate/wikirate4py/archive/refs/tags/v1.2.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.2.7'
__version__ = '1.2.8'
__author__ = 'Vasiliki Gkatziaki'
__license__ = 'GPL-3.0'

Expand Down

0 comments on commit 311b990

Please sign in to comment.