Skip to content

Commit b98fced

Browse files
Merge pull request #36 from Bullish-Design/claude/fix-build-package-versions-BUPPU
Fix build error by updating package versions
2 parents 90d91cb + 786c376 commit b98fced

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
in
2828
python.pkgs.buildPythonApplication {
2929
pname = "devman";
30-
version = "0.1.1";
30+
version = "0.2.0";
3131
format = "pyproject";
3232
src = ./.;
3333

0 commit comments

Comments
 (0)