Skip to content

Commit

Permalink
Update version: 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wookayin committed Apr 10, 2017
1 parent 6da8be6 commit afd529f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Options:
* `-u`, `--show-user` : Display username of the process owner
* `-c`, `--show-cmd` : Display the process name
* `-p`, `--show-pid` : Display PID of the process
* `--json` : JSON Output (Experimental, #10)

### Tips

Expand Down
2 changes: 1 addition & 1 deletion gpustat.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import platform
import json

__version__ = '0.3.0.dev'
__version__ = '0.3.1'


class ANSIColors:
Expand Down

0 comments on commit afd529f

Please sign in to comment.