bump version

This commit is contained in:
gcarq 2017-05-18 01:51:23 +02:00
parent a09f29dc43
commit 588ecebfeb
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ Persistence is achieved through sqlite.
* /stop: Stops the trader
* /status: Lists all open trades
* /profit: Lists cumulative profit from all finished trades
* /cancel: cancels open order for given trade (currently disabled)
##### Config
`trade_thresholds` is a JSON object where the key is a duration

View File

@ -22,7 +22,7 @@ from utils import get_conf
__author__ = "gcarq"
__copyright__ = "gcarq 2017"
__license__ = "GPLv3"
__version__ = "0.5.1"
__version__ = "0.6.0"
conf = get_conf()