Bump version to 0.7.0-rc1

This commit is contained in:
NGnius (Graham) 2022-07-06 20:41:21 -04:00
parent 28e54eb899
commit 0e6a6a036b

View file

@ -5,7 +5,7 @@ import asyncio
import pathlib
import subprocess
VERSION = "0.7.0-indev2"
VERSION = "0.7.0-rc1"
HOME_DIR = "/home/deck"
DEFAULT_SETTINGS_LOCATION = HOME_DIR + "/.config/powertools/default_settings.json"
LOG_LOCATION = "/tmp/powertools.log"