Merge pull request #1253 from freqtrade/dev-version-bump

develop to version 0.17.3
This commit is contained in:
Matthias 2018-10-03 08:36:52 +02:00 committed by GitHub
commit e1ffc11f00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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