Skip to content

Commit

Permalink
ver: bump version to v0.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xuehai Pan <[email protected]>
  • Loading branch information
XuehaiPan committed Oct 17, 2022
1 parent 1a194af commit b5cfc69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Install from PyPI ([![PyPI](https://img.shields.io/pypi/v/nvitop?label=PyPI)](ht
pip3 install --upgrade nvitop
```

Install the latest version from GitHub (![Commit Count](https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v0.9.0)):
Install the latest version from GitHub (![Commit Count](https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v0.10.0)):

```bash
pip3 install git+https://github.com/XuehaiPan/nvitop.git#egg=nvitop
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

------

Expand Down
2 changes: 1 addition & 1 deletion nvitop/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = '[email protected]'
Expand Down

0 comments on commit b5cfc69

Please sign in to comment.