Release version 0.4.2

This commit is contained in:
Kevin Veen-Birkenbach
2025-12-09 00:03:46 +01:00
parent 76b7f84989
commit e135d39710
13 changed files with 332 additions and 260 deletions

View File

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