Skip to content

Commit 9b94d70

Browse files
committed
1.2.0
1 parent 2b4eeee commit 9b94d70

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.2.0
4+
- Added CLI argument `--meter` to show graphical utilization meters.
5+
36
## 1.1.0
47

58
- Added CLI argument `--id` to filter the processed GPUs (it is passed to `nvidia-smi`).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
long_description = (here / 'README.md').read_text(encoding='utf-8')
1010

1111
setup(name='nvidia-htop',
12-
version='1.1.0',
12+
version='1.2.0',
1313
description='A tool for enriching the output of nvidia-smi',
1414
long_description=long_description,
1515
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)