Skip to content

Commit

Permalink
πŸ”– Set investiny v0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarobartt committed Oct 3, 2022
1 parent 17c04b6 commit b2f551f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/investiny/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b2f551f

Please sign in to comment.