Release version 0.7.3

This commit is contained in:
Kevin Veen-Birkenbach
2025-12-09 16:08:34 +01:00
parent de8c3f768d
commit f974e0b14a
6 changed files with 18 additions and 4 deletions

View File

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