From cd9cc89d6da663b75e2016e10a96c87b93b0fd54 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Wed, 5 Aug 2020 22:32:07 +0200 Subject: [PATCH] v1.0.5 Fixed attribute typo --- CHANGELOG.md | 8 ++++++-- bpytop.py | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d46925b..2fa90c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -#Changelog +# Changelog + +## v1.0.5 + +* Fixed: Attribute typo in detailed process collection ## v1.0.4 @@ -31,4 +35,4 @@ ## v1.0.0 * First release -* Missing update checker \ No newline at end of file +* Missing update checker diff --git a/bpytop.py b/bpytop.py index b3fcc1d..0b270b7 100755 --- a/bpytop.py +++ b/bpytop.py @@ -55,7 +55,7 @@ if errors: print("\nInstall required modules!\n") quit(1) -VERSION: str = "1.0.4" +VERSION: str = "1.0.5" #? Argument parser -------------------------------------------------------------------------------> if len(sys.argv) > 1: