Release version 0.8.0

This commit is contained in:
Kevin Veen-Birkenbach
2025-12-10 17:32:00 +01:00
parent 900224ed2e
commit b5ddf7402a
6 changed files with 39 additions and 4 deletions

View File

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