diff --git a/setup.py b/setup.py index 8c203c4..1be05ce 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='trading_api_wrappers', - version='0.3.3', + version='0.3.4', description='Trading API Wrappers for Python 3.5', url='https://github.com/delta575/trading-api-wrappers', author='Felipe Aránguiz, Sebastián Aránguiz', diff --git a/trading_api_wrappers/surbtc/constants.py b/trading_api_wrappers/surbtc/constants.py index 3a1c652..3c77dfa 100644 --- a/trading_api_wrappers/surbtc/constants.py +++ b/trading_api_wrappers/surbtc/constants.py @@ -36,7 +36,7 @@ class Market(_Enum): BTC_PEN = 'BTC-PEN' ETH_BTC = 'ETH-BTC' ETH_CLP = 'ETH-CLP' - ETH_COP = 'ETH-BTC' + ETH_COP = 'ETH-COP' ETH_PEN = 'ETH-PEN' @staticmethod