Release version 0.1.0

This commit is contained in:
Kevin Veen-Birkenbach
2025-12-08 20:24:49 +01:00
parent bc3ff5b67f
commit cd62af41d1
6 changed files with 17 additions and 6 deletions

View File

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