Skip to content

Commit

Permalink
Fixed test by changing url and bumped version to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lucharo committed Nov 16, 2022
1 parent 495f510 commit 6663905
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 @@ -5,7 +5,7 @@

setuptools.setup(
name="raceplotly",
version="0.1.6",
version="0.1.7",
author="Luis Chaves",
author_email="[email protected]",
description="Tiny package to make 'race' barplots using plotly",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# load data
data = pd.read_csv(
"https://raw.githubusercontent.com/lc5415/raceplotly/main/example/FAOSTAT_data.csv"
"https://raw.githubusercontent.com/lucharo/raceplotly/main/example/dataset/FAOSTAT_data.csv"
)


Expand Down

0 comments on commit 6663905

Please sign in to comment.