Skip to content

Commit

Permalink
feat: Update version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Simatwa committed May 18, 2024
1 parent 5d46511 commit 87e2391
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion livescore_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.4"
__version__ = "0.0.5"
__program__ = "livescore-api"
__repo__ = "https://github.com/Simatwa/livescore-api"
__info__ = "Access and manipulate matches from Livescore.com"
Expand Down
1 change: 0 additions & 1 deletion livescore_api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ def filter(

@classmethod
def format(cls, df):

r"""Manipulates data to required format
:param df: `pd.DataFrame` object
:type df: object `pd.DataFrame`
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ argparse>=1.1
requests>=2.0.2
pandas>=1.3.3
tabulate==0.9.0
smartbetsAPI==1.1.4
smartbetsAPI==1.3.1
tqdm==4.65.0
colorama==0.4.6
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

version = "0.0.4"
version = "0.0.5"
repo = "https://github.com/Simatwa/livescore-api"
info = "Access and manipulate matches from Livescore.com"
author = "Smartwa"
Expand All @@ -21,7 +21,7 @@
"requests>=2.0.2",
"pandas>=1.3.3",
"tabulate==0.9.0",
"smartbetsAPI==1.1.4",
"smartbetsAPI==1.3.1",
"tqdm==4.65.0",
"colorama==0.4.6",
],
Expand Down

0 comments on commit 87e2391

Please sign in to comment.