Release version 0.7.1

This commit is contained in:
Kevin Veen-Birkenbach
2025-12-09 15:26:56 +01:00
parent 44ff0a6cd9
commit 80329b85fb
9 changed files with 46 additions and 12 deletions

View File

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