Merge branch 'LoadStrategyByUrl' into aws

# Conflicts:
#	setup.py
This commit is contained in:
Gert Wohlgemuth
2018-05-14 15:42:16 -07:00
3 changed files with 34 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ if version_info.major == 3 and version_info.minor < 6 or \
from freqtrade import __version__
setup(name='freqtrade',
version=__version__,
description='Simple High Frequency Trading Bot for crypto currencies',