Release v0.3.0

This commit is contained in:
Kivi Kaitaniemi
2024-07-06 18:52:14 +03:00
parent eb2ad7b1eb
commit 483bf0d676
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -148,7 +148,7 @@ decman.user_packages.append(
pkgname="decman-git",
# Note, this example may not be up to date
provides=["decman"],
version="0.2.1",
version="0.3.0",
dependencies=["python", "python-requests", "devtools", "pacman", "systemd", "git"],
make_dependencies=[
"python-setuptools", "python-build", "python-installer", "python-wheel"
@@ -276,7 +276,7 @@ user_packages = [{
pkgname="decman-git",
# Note, this example may not be up to date
provides=["decman"],
version="0.2.1",
version="0.3.0",
dependencies=["python", "python-requests", "devtools", "pacman", "systemd", "git"],
make_dependencies=[
"python-setuptools", "python-build", "python-installer", "python-wheel"