Skip to content

Commit

Permalink
Merge pull request #62 from dcstats/2.1.2
Browse files Browse the repository at this point in the history
2.1.2
  • Loading branch information
dcstats authored Jan 20, 2025
2 parents ff567d8 + 0c60e67 commit 2a6efb3
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion src/cbbpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.1"
__version__ = "2.1.2"
2 changes: 1 addition & 1 deletion src/cbbpy/mens_scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from datetime import datetime
import pandas as pd
from typing import Union, Tuple
from utils.cbbpy_utils import (
from cbbpy.utils.cbbpy_utils import (
_get_game,
_get_games_range,
_get_games_season,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/cbbpy/womens_scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from datetime import datetime
import pandas as pd
from typing import Union, Tuple
from utils.cbbpy_utils import (
from cbbpy.utils.cbbpy_utils import (
_get_game,
_get_games_range,
_get_games_season,
Expand Down
36 changes: 18 additions & 18 deletions tests/expected_data/womens_conference_info.csv

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions tests/expected_data/womens_game_info_range.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/test_scraper.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest
import pandas as pd
from pathlib import Path
from utils.cbbpy_utils import InvalidDateRangeError
from cbbpy.utils.cbbpy_utils import InvalidDateRangeError
from cbbpy import mens_scraper as ms, womens_scraper as ws


Expand Down

0 comments on commit 2a6efb3

Please sign in to comment.