From b554d9e772ccac04deef8c4646febf08270bbacb Mon Sep 17 00:00:00 2001 From: Xuehai Pan Date: Sun, 4 Dec 2022 14:21:08 +0800 Subject: [PATCH] ver: bump version to v0.11.0 Signed-off-by: Xuehai Pan --- README.md | 2 +- docs/source/index.rst | 2 +- nvitop/version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 99c01410..337199ac 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ Install from conda-forge ([![conda-forge](https://img.shields.io/conda/v/conda-f conda install -c conda-forge nvitop ``` -Install the latest version from GitHub (![Commit Count](https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v0.10.2)): +Install the latest version from GitHub (![Commit Count](https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v0.11.0)): ```bash pip3 install git+https://github.com/XuehaiPan/nvitop.git#egg=nvitop diff --git a/docs/source/index.rst b/docs/source/index.rst index 719f2f16..cd802335 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -86,7 +86,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.10.2 +.. |Commit Count| image:: https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v0.11.0 ------ diff --git a/nvitop/version.py b/nvitop/version.py index 27f1a45b..12bdd88d 100644 --- a/nvitop/version.py +++ b/nvitop/version.py @@ -16,7 +16,7 @@ # ============================================================================== """An interactive NVIDIA-GPU process viewer, the one-stop solution for GPU process management.""" -__version__ = '0.10.2' +__version__ = '0.11.0' __license__ = 'GPLv3' __author__ = __maintainer__ = 'Xuehai Pan' __email__ = 'XuehaiPan@pku.edu.cn'