bump develop to 0.17.1

This commit is contained in:
Samuel Husso 2018-06-23 09:38:20 -05:00
parent 8b7183cdbc
commit 3384679bad
1 changed files with 1 additions and 1 deletions

View File

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