From b2f551f6950d3c30ac6395dea3d63c651107dfc4 Mon Sep 17 00:00:00 2001 From: Alvaro Bartolome Date: Mon, 3 Oct 2022 19:25:21 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Set=20`investiny=20v0.3.0`=20rel?= =?UTF-8?q?ease?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- src/investiny/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3c00ff3..37c63c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "investiny" -version = "0.2.0" +version = "0.3.0" packages = [ { include = "investiny", from = "src" }, ] diff --git a/src/investiny/__init__.py b/src/investiny/__init__.py index fbd4e6e..0b82d24 100644 --- a/src/investiny/__init__.py +++ b/src/investiny/__init__.py @@ -4,7 +4,7 @@ """`investiny `: `investpy` but made tiny.""" __author__ = "Alvaro Bartolome, alvarobartt @ GitHub" -__version__ = "0.2.0" +__version__ = "0.3.0" from investiny.historical import historical_data # noqa: F401 from investiny.search import search_assets # noqa: F401