Skip to content

Commit b554d9e

Browse files
committed
ver: bump version to v0.11.0
Signed-off-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
1 parent f699c53 commit b554d9e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Install from conda-forge ([![conda-forge](https://img.shields.io/conda/v/conda-f
162162
conda install -c conda-forge nvitop
163163
```
164164

165-
Install the latest version from GitHub (![Commit Count](https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v0.10.2)):
165+
Install the latest version from GitHub (![Commit Count](https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v0.11.0)):
166166

167167
```bash
168168
pip3 install git+https://github.com/XuehaiPan/nvitop.git#egg=nvitop

docs/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Or, clone this repo and install manually:
8686
8787
If this repo is useful to you, please star ⭐️ it to let more people know 🤗. |GitHub Repo Stars|_
8888

89-
.. |Commit Count| image:: https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v0.10.2
89+
.. |Commit Count| image:: https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v0.11.0
9090

9191
------
9292

nvitop/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# ==============================================================================
1717
"""An interactive NVIDIA-GPU process viewer, the one-stop solution for GPU process management."""
1818

19-
__version__ = '0.10.2'
19+
__version__ = '0.11.0'
2020
__license__ = 'GPLv3'
2121
__author__ = __maintainer__ = 'Xuehai Pan'
2222
__email__ = 'XuehaiPan@pku.edu.cn'

0 commit comments

Comments
 (0)