-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/ssl-context
- Loading branch information
Showing
5 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
build/conda/installer/assets/openbb_platform_installer/openbb_platform_installer/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""Placeholder for the OpenBB Platform Installer package.""" | ||
|
||
__version__ = "1.0.0" | ||
__version__ = "1.0.2" |
2 changes: 1 addition & 1 deletion
2
build/conda/installer/assets/openbb_platform_installer/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# If you will be using this as a template for your own package, please change the values accordingly. | ||
[tool.poetry] | ||
name = "openbb_platform_installer" # Change this to your package name | ||
version = "1.0.0" # Change this to your package version | ||
version = "1.0.2" # Change this to your package version | ||
description = "A meta package for installing the OpenBB Platform: Investment research for everyone, anywhere." # Change this to your description | ||
authors = ["OpenBB <[email protected]>"] # Change this to your name and email | ||
license = "AGPL-3.0-only" # This license must be compatible with the OpenBB license | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters