Update freqtrade version

This commit is contained in:
Gerald Lonlas 2018-01-12 22:56:39 -08:00
parent 372dc5b49a
commit 3087ca0823
1 changed files with 1 additions and 1 deletions

View File

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