Skip to content

Commit

Permalink
πŸ”– Set investiny v0.7.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarobartt committed Oct 18, 2022
1 parent 6c519a8 commit f3ae49b
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.7.1"
version = "0.7.2"
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
@@ -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
Expand Down

0 comments on commit f3ae49b

Please sign in to comment.