diff --git a/cli/pyproject.toml b/cli/pyproject.toml index 3b502e9843f5..d1f2b55bc947 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openbb-cli" -version = "1.0.3" +version = "1.0.4" description = "Investment Research for Everyone, Anywhere." authors = ["OpenBB "] packages = [{ include = "openbb_cli" }] diff --git a/openbb_platform/core/pyproject.toml b/openbb_platform/core/pyproject.toml index fa004510daf7..a6952536bd57 100644 --- a/openbb_platform/core/pyproject.toml +++ b/openbb_platform/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openbb-core" -version = "1.2.7" +version = "1.2.9" description = "OpenBB package with core functionality." authors = ["OpenBB Team "] license = "AGPL-3.0-only"