Merge pull request #952 from freqtrade/bump-version

bump develop to 0.17.1
This commit is contained in:
Samuel Husso 2018-06-23 16:21:56 -05:00 committed by GitHub
commit 1529ce8bdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
""" FreqTrade bot """
__version__ = '0.17.0'
__version__ = '0.17.1'
class DependencyException(BaseException):