Version bump to 0.18.0

This commit is contained in:
Matthias 2018-12-27 11:45:21 +01:00
parent bb9dd86e77
commit 23d0cea01f

View File

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