forked from NG-SD-Plugins/PowerTools
Bump version to v0.7.0
This commit is contained in:
parent
249e86e8df
commit
072053dcfc
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -5,7 +5,7 @@ import asyncio
|
|||
import pathlib
|
||||
import subprocess
|
||||
|
||||
VERSION = "0.6.0"
|
||||
VERSION = "0.7.0"
|
||||
HOME_DIR = str(pathlib.Path(os.getcwd()).parent.parent.resolve())
|
||||
DEFAULT_SETTINGS_LOCATION = HOME_DIR + "/.config/powertools/default_settings.json"
|
||||
LOG_LOCATION = "/tmp/powertools.log"
|
||||
|
|
Loading…
Reference in a new issue