bump version
This commit is contained in:
parent
ac1a0baf92
commit
06ad5bde9e
@ -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
|
||||||
|
2
setup.py
2
setup.py
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user