Release version 0.7.13

This commit is contained in:
Kevin Veen-Birkenbach
2025-12-10 10:27:27 +01:00
parent d23a0a94d5
commit 22efe0b32e
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.12";
version = "0.7.13";
# Use the git repo as source
src = ./.;