forked from NG-SD-Plugins/PowerTools
Bump version to 0.7.0-rc1
This commit is contained in:
parent
28e54eb899
commit
0e6a6a036b
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -5,7 +5,7 @@ import asyncio
|
||||||
import pathlib
|
import pathlib
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
VERSION = "0.7.0-indev2"
|
VERSION = "0.7.0-rc1"
|
||||||
HOME_DIR = "/home/deck"
|
HOME_DIR = "/home/deck"
|
||||||
DEFAULT_SETTINGS_LOCATION = HOME_DIR + "/.config/powertools/default_settings.json"
|
DEFAULT_SETTINGS_LOCATION = HOME_DIR + "/.config/powertools/default_settings.json"
|
||||||
LOG_LOCATION = "/tmp/powertools.log"
|
LOG_LOCATION = "/tmp/powertools.log"
|
||||||
|
|
Loading…
Reference in a new issue