Skip to content

Commit

Permalink
Oops...
Browse files Browse the repository at this point in the history
  • Loading branch information
peterHoburg committed Mar 6, 2024
1 parent 4f5ec43 commit 896cca6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "f1-fantasy"
version = "0.6.0"
version = "0.6.1"
description = ""
authors = ["Peter <[email protected]>"]
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions src/f1_fantasy/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def run():
price_drivers_path=Path(CURRENT_DIR / "data" / "input" / "price_drivers.csv"),
special_points_path=Path(CURRENT_DIR / "data" / "input" / "special_points.csv"),
output_file_path=Path(CURRENT_DIR / "data" / "output" / f"{time.time()}"),
current_team_csv=Path(CURRENT_DIR / "data" / "input" / "current_team.csv"),
)


Expand Down
7 changes: 7 additions & 0 deletions src/f1_fantasy/data/input/current_team.csv
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
name
MAX
LANCE
DANIEL
ALEXANDER
ZHOU
RED_BULL
RB

0 comments on commit 896cca6

Please sign in to comment.