v1.0.21 Bug fixes

pull/95/head v1.0.21
aristocratos 2020-08-24 17:18:01 +02:00
parent 37b7a3350e
commit 59916c9a85
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## v1.0.21
* Fixed: Clean excess whitespace from CPU model name, by @RedBearAK
* Changed: README.md absolute paths to work on PyPi
## v1.0.20
* Release bump to fix pypi and source version missmatch

View File

@ -56,7 +56,7 @@ if errors:
print("\nInstall required modules!\n")
raise SystemExit(1)
VERSION: str = "1.0.20"
VERSION: str = "1.0.21"
#? Argument parser ------------------------------------------------------------------------------->
if len(sys.argv) > 1:

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "bpytop"
version = "1.0.20"
version = "1.0.21"
description = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes."
readme = "README.md"
authors = ["Aristocratos <jakob@qvantnet.com>"]