From 1a3aa395263dca131a8c65293ca5131efc10109a Mon Sep 17 00:00:00 2001 From: piotr Date: Fri, 15 Sep 2023 01:38:49 +0200 Subject: [PATCH] bump to 0.5.18 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d859c5c..ca6c43d 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read(f_name): setup( name='nwg-shell-config', - version='0.5.17', + version='0.5.18', description='nwg-shell configuration utility', packages=find_packages(), include_package_data=True,