Release version 0.9.1

This commit is contained in:
Kevin Veen-Birkenbach
2025-12-10 22:56:04 +01:00
parent 0c90e984ad
commit 0a6c2f2988
6 changed files with 27 additions and 4 deletions

View File

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