Skip to content

Commit afd7301

Browse files
authored
v0.4 (#22)
1 parent b647c92 commit afd7301

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

misc/packaging/flake.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

misc/packaging/treeppl-python.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
let
77
distribution = "treeppl";
8-
version = "0.3";
8+
version = "0.4";
99
os =
1010
if stdenv.hostPlatform.isLinux then "linux" else
1111
if stdenv.hostPlatform.isDarwin then "macosx_11_0" else

0 commit comments

Comments
 (0)