Skip to content

Commit 14ab754

Browse files
committed
1.0.7
1 parent 0ab2f97 commit 14ab754

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 1.0.7
4+
5+
- Added CLI argument `--user` to filter processes by selected users.
6+
37
## 1.0.6
48

59
- Fixed coloring output. Thanks @tomix1024 !

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.0.6',
12+
version='1.0.7',
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)