Release version 0.4.1

This commit is contained in:
Kevin Veen-Birkenbach
2025-12-08 23:20:28 +01:00
parent 1b53263f87
commit 76b7f84989
9 changed files with 47 additions and 12 deletions

View File

@@ -31,7 +31,7 @@
rec {
pkgmgr = pyPkgs.buildPythonApplication {
pname = "package-manager";
version = "0.4.0";
version = "0.4.1";
# Use the git repo as source
src = ./.;