Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2024 Andrea Capitanelli
Copyright 2026

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "yfdata"
version = "0.2.0"
version = "0.2.1"
description = "Client for Yahoo Finance data"
authors = [
{ name = "andrea", email = "vegavis@icloud.com"}
Expand Down Expand Up @@ -36,7 +36,6 @@ target-version = "py312"

[tool.ruff.lint]
select = ["E", "F", "I", "UP", "B"]
ignore = ["F401"]

[tool.ruff.format]
quote-style = "double"
Expand All @@ -62,7 +61,7 @@ show_missing = true
skip_covered = true

[tool.bumpversion]
current_version = "0.2.0"
current_version = "0.2.1"
commit = true
tag = true
tag_name = "v{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion yfdata/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .provider import YahooProvider
from .provider import YahooProvider as YahooProvider