diff --git a/pyproject.toml b/pyproject.toml index 2895235..57895c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "investiny" -version = "0.7.1" +version = "0.7.2" packages = [ { include = "investiny", from = "src" }, ] diff --git a/src/investiny/__init__.py b/src/investiny/__init__.py index ae26ee7..b8ebe46 100644 --- a/src/investiny/__init__.py +++ b/src/investiny/__init__.py @@ -1,7 +1,7 @@ """`investiny `: `investpy` but made tiny.""" __author__ = "Alvaro Bartolome, alvarobartt @ GitHub" -__version__ = "0.7.1" +__version__ = "0.7.2" from investiny.historical import historical_data # noqa: F401 from investiny.info import info # noqa: F401