Commit 2a17da8
authored
Add --version argument to pgzrun (#355)
While developing on this project locally I wanted to check what version
of pgzrun I was using. That wasn't implemented so I added it to the
pgzrun runner.
It looks like this now:
```
$ pgzrun --version
pygame 2.6.1 (SDL 2.28.4, Python 3.13.2)
Hello from the pygame community. https://www.pygame.org/contribute.html
pgzrun 1.2.post5.dev202+gcd4f6dc.d20250413
```1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
71 | 77 | | |
72 | 78 | | |
73 | 79 | | |
| |||
0 commit comments