Commit e2f5c0c
Add git commit to the version as a suffix (#4812)
It's very common that we need to figure out the exact commit from which
the current installed triton package is compiled. Right now it will just
show a version number like `3.0.0` which isn't quite helpful.
With this commit we have
```
> pip show triton
Name: triton
Version: 3.0.0+git78e4f837
```1 parent 79d57e4 commit e2f5c0c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
687 | 687 | | |
688 | 688 | | |
689 | 689 | | |
690 | | - | |
| 690 | + | |
691 | 691 | | |
692 | 692 | | |
693 | 693 | | |
| |||
0 commit comments