Update dependencies
This commit is contained in:
@@ -6,7 +6,7 @@ from configparser import ConfigParser
|
|||||||
logging.basicConfig(level=os.environ.get('LOGLEVEL', 'INFO'))
|
logging.basicConfig(level=os.environ.get('LOGLEVEL', 'INFO'))
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
__version__ = 'v0.0.6'
|
__version__ = 'v0.0.7'
|
||||||
|
|
||||||
if 'XDG_CONFIG_HOME' in os.environ:
|
if 'XDG_CONFIG_HOME' in os.environ:
|
||||||
config_dir = os.path.join(
|
config_dir = os.path.join(
|
||||||
|
|||||||
Reference in New Issue
Block a user