Skip to content

Commit afd529f

Browse files
committed
Update version: 0.3.1
1 parent 6da8be6 commit afd529f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Options:
2020
* `-u`, `--show-user` : Display username of the process owner
2121
* `-c`, `--show-cmd` : Display the process name
2222
* `-p`, `--show-pid` : Display PID of the process
23+
* `--json` : JSON Output (Experimental, #10)
2324

2425
### Tips
2526

gpustat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import platform
2121
import json
2222

23-
__version__ = '0.3.0.dev'
23+
__version__ = '0.3.1'
2424

2525

2626
class ANSIColors:

0 commit comments

Comments
 (0)