diff --git a/setup.py b/setup.py index 851a765..9309d0d 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read(f_name): setup( name='nwg-shell-config', - version='0.4.0', + version='0.4.1', description='nwg-shell configuration utility', packages=find_packages(), include_package_data=True,