bump version

This commit is contained in:
Fredrik Eriksson 2021-07-04 15:05:04 +02:00
parent ac1a0baf92
commit 06ad5bde9e
Signed by: feffe
GPG Key ID: F4329687B0FA7F8D
2 changed files with 5 additions and 5 deletions

View File

@ -44,12 +44,12 @@ syslog_loglevel=info
# platform # platform
[packages] [packages]
# Gentoo uses the category/package naming scheme # Gentoo uses the category/package naming scheme
dev-db/postgresql=2 dev-db/postgresql=1
# Gentoo kernel stuff should be updated manually # Gentoo kernel stuff should be updated manually
sys-kernel/gentoo-sources=-1 sys-kernel/gentoo-sources=99
sys-kernel/spl=-1 sys-kernel/spl=99
sys-fs/zfs-kmod=-1 sys-fs/zfs-kmod=99
# FreeBSD uses the short package name (without category) # FreeBSD uses the short package name (without category)
gitlab=2 gitlab=2

View File

@ -5,7 +5,7 @@ from setuptools import setup, find_packages
setup( setup(
name='sau', name='sau',
version='0.9.2', version='0.9.4',
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',