diff --git a/LICENSE b/LICENSE index b23cdd0..b71a711 100644 --- a/LICENSE +++ b/LICENSE @@ -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: diff --git a/pyproject.toml b/pyproject.toml index fd50758..ccf6a4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"} @@ -36,7 +36,6 @@ target-version = "py312" [tool.ruff.lint] select = ["E", "F", "I", "UP", "B"] -ignore = ["F401"] [tool.ruff.format] quote-style = "double" @@ -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}" diff --git a/uv.lock b/uv.lock index d4dbd0f..791eb47 100644 --- a/uv.lock +++ b/uv.lock @@ -795,7 +795,7 @@ wheels = [ [[package]] name = "yfdata" -version = "0.1.10" +version = "0.2.1" source = { editable = "." } dependencies = [ { name = "curl-cffi" }, diff --git a/yfdata/__init__.py b/yfdata/__init__.py index 4175253..cd61041 100644 --- a/yfdata/__init__.py +++ b/yfdata/__init__.py @@ -1 +1 @@ -from .provider import YahooProvider +from .provider import YahooProvider as YahooProvider