Update bot version to 0.16.0

This commit is major core upgrade and introduce breaking change.
This commit is contained in:
Gerald Lonlas 2018-01-20 10:05:57 -08:00
parent 1792aebaf6
commit 5eb7aa07a1

View File

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