Bump version to v0.7.0

This commit is contained in:
NGnius (Graham) 2022-05-31 19:42:13 -04:00
parent 249e86e8df
commit 072053dcfc

View file

@ -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"