Version bump to 0.18.1

This commit is contained in:
Matthias 2019-02-20 21:04:52 +01:00
parent 9e082ca3a9
commit af02e34b57
1 changed files with 1 additions and 1 deletions

View File

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