Update dependencies

This commit is contained in:
7x11x13
2021-10-12 14:59:27 -04:00
parent 267bd1dfc3
commit c0b3c14256
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from configparser import ConfigParser
logging.basicConfig(level=os.environ.get('LOGLEVEL', 'INFO'))
logger = logging.getLogger(__name__)
__version__ = 'v0.0.6'
__version__ = 'v0.0.7'
if 'XDG_CONFIG_HOME' in os.environ:
config_dir = os.path.join(