Merge pull request #1437 from freqtrade/after_release

After release
This commit is contained in:
Matthias 2018-12-27 12:51:05 +01:00 committed by GitHub
commit 407a978e08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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