diff --git a/robin_stocks/__init__.py b/robin_stocks/__init__.py index 8c80089..6cb4e5e 100644 --- a/robin_stocks/__init__.py +++ b/robin_stocks/__init__.py @@ -43,7 +43,8 @@ get_crypto_historicals from .export import export_completed_stock_orders, \ - export_completed_option_orders + export_completed_option_orders,\ + export_completed_crypto_orders from .helper import request_get, \ request_post, \ diff --git a/setup.py b/setup.py index a31fc64..6b15945 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ long_description = f.read() setup(name='robin_stocks', - version='1.6.1', + version='1.6.2', description='A Python wrapper around the Robinhood API', long_description=long_description, long_description_content_type='text/markdown',