Release version 1.16.1

This commit is contained in:
Kevin Veen-Birkenbach
2026-07-29 16:41:21 +02:00
parent ec7b959893
commit 4cfb95da1f
6 changed files with 32 additions and 4 deletions

View File

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