Skip to content

Commit

Permalink
Merge pull request #23 from delta575/fix-ethcop
Browse files Browse the repository at this point in the history
Fix ethcop
  • Loading branch information
delta575 committed Aug 11, 2017
2 parents 7936ae1 + 86d44ca commit 255932c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion trading_api_wrappers/surbtc/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 255932c

Please sign in to comment.