bump version

This commit is contained in:
Fredrik Eriksson 2024-07-24 18:40:56 +02:00
parent 9261daeb74
commit 59e8fcc4e6
Signed by: feffe
GPG Key ID: E6B5580B853D322B
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ version_sensitivity=1
# not close all deleted files (any platform) # not close all deleted files (any platform)
do_reboot=no 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 reboot_is_success=yes
# Attempt to do a system upgrade # Attempt to do a system upgrade

View File

@ -5,7 +5,7 @@ from setuptools import setup, find_packages
setup( setup(
name='sau', name='sau',
version='1.2.0', version='1.3.0',
description='Tool for auto-updating OS and packages', description='Tool for auto-updating OS and packages',
author='Feffe', author='Feffe',
author_email='feffe@fulh.ax', author_email='feffe@fulh.ax',