Bump version to 2023.7

This commit is contained in:
Matthias 2023-07-29 18:13:50 +02:00
parent ead9e6f116
commit 047de2e0ff

View File

@ -1,5 +1,5 @@
""" Freqtrade bot """ """ Freqtrade bot """
__version__ = '2023.7.dev' __version__ = '2023.7'
if 'dev' in __version__: if 'dev' in __version__:
from pathlib import Path from pathlib import Path