Release version 0.5.0

This commit is contained in:
Kevin Veen-Birkenbach
2025-12-09 00:44:16 +01:00
parent 00a1f373ce
commit c8462fefa4
9 changed files with 172 additions and 28 deletions

View File

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