Version bump to 2019.7

This commit is contained in:
Matthias 2019-07-29 20:27:50 +02:00
parent 0ac5440fc2
commit e64509f1b4

View File

@ -1,5 +1,5 @@
""" FreqTrade bot """
__version__ = '2019.6-dev'
__version__ = '2019.7'
class DependencyException(Exception):