From c0b50555e9b97ec8b5638fd78bc244d81c30ccdf Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 16 Dec 2021 18:05:50 +0000 Subject: [PATCH] Version 0.2.3 --- tildejsongen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tildejsongen.py b/tildejsongen.py index 66a7e02..e790f56 100755 --- a/tildejsongen.py +++ b/tildejsongen.py @@ -15,7 +15,7 @@ import types from configparser import ConfigParser -__version__ = '0.2.2' # noqa: WPS410 +__version__ = '0.2.3' # noqa: WPS410 CONFIG_LOCATIONS = ( '/etc/tildejsongen.ini',