Release version 0.4.3

This commit is contained in:
Kevin Veen-Birkenbach
2025-12-09 00:29:08 +01:00
20 changed files with 841 additions and 326 deletions

View File

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