prepare for 1.4.0

This commit is contained in:
2024-08-14 08:37:07 +02:00
parent 62ff301c3c
commit 4002279a20

View File

@ -1,11 +1,11 @@
#!/usr/bin/env python3.7
#!/usr/bin/env python3
from os import environ
from setuptools import setup, find_packages
setup(
name='sau',
version='1.3.4',
version='1.4.0',
description='Tool for auto-updating OS and packages',
author='Feffe',
author_email='feffe@fulh.ax',