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: