mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
ver: bump version to v0.10.0
Signed-off-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
This commit is contained in:
parent
1a194afcb5
commit
b5cfc69b58
3 changed files with 3 additions and 3 deletions
|
|
@ -143,7 +143,7 @@ Install from PyPI ([](ht
|
|||
pip3 install --upgrade nvitop
|
||||
```
|
||||
|
||||
Install the latest version from GitHub ():
|
||||
Install the latest version from GitHub ():
|
||||
|
||||
```bash
|
||||
pip3 install git+https://github.com/XuehaiPan/nvitop.git#egg=nvitop
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ Or, clone this repo and install manually:
|
|||
|
||||
If this repo is useful to you, please star ⭐️ it to let more people know 🤗. |GitHub Repo Stars|_
|
||||
|
||||
.. |Commit Count| image:: https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v0.9.0
|
||||
.. |Commit Count| image:: https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v0.10.0
|
||||
|
||||
------
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
"""An interactive NVIDIA-GPU process viewer, the one-stop solution for GPU process management."""
|
||||
|
||||
__version__ = '0.9.0'
|
||||
__version__ = '0.10.0'
|
||||
__license__ = 'GPLv3'
|
||||
__author__ = __maintainer__ = 'Xuehai Pan'
|
||||
__email__ = 'XuehaiPan@pku.edu.cn'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue