Release version 0.5.1

This commit is contained in:
Kevin Veen-Birkenbach
2025-12-09 01:21:31 +01:00
parent c8462fefa4
commit 7d73007181
7 changed files with 102 additions and 29 deletions

View File

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