Nix: bump version

This commit is contained in:
Toast 2025-06-06 19:22:14 +02:00
parent 8be97c1f5b
commit bf1f622196

View file

@ -5,7 +5,7 @@
}:
python3Packages.buildPythonApplication rec {
pname = "leek";
version = "0.2";
version = "0.3";
pyproject = true;
src = ./.;