Commit 8f1bd42
Add git commit to the version as a suffix (triton-lang#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 4951959 commit 8f1bd42
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
637 | 637 | | |
638 | 638 | | |
639 | 639 | | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
640 | 648 | | |
641 | 649 | | |
642 | | - | |
| 650 | + | |
643 | 651 | | |
644 | 652 | | |
645 | 653 | | |
| |||
0 commit comments