diff --git a/config.cfg b/config.cfg index a815b71..8f34027 100644 --- a/config.cfg +++ b/config.cfg @@ -16,7 +16,7 @@ version_sensitivity=1 # not close all deleted files (any platform) do_reboot=no -# Set to 0 to exit with failure code when going for reboot. +# Set to no to exit with failure code when going for reboot. reboot_is_success=yes # Attempt to do a system upgrade diff --git a/setup.py b/setup.py index 6e941c4..301e221 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages setup( name='sau', - version='1.2.0', + version='1.3.0', description='Tool for auto-updating OS and packages', author='Feffe', author_email='feffe@fulh.ax',