summaryrefslogtreecommitdiffstats
path: root/bpytop.py
diff options
context:
space:
mode:
Diffstat (limited to 'bpytop.py')
-rwxr-xr-xbpytop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpytop.py b/bpytop.py
index eec3073..16482c0 100755
--- a/bpytop.py
+++ b/bpytop.py
@@ -55,7 +55,7 @@ if errors:
print("\nInstall required modules!\n")
raise SystemExit(1)
-VERSION: str = "1.0.62"
+VERSION: str = "1.0.63"
#? Argument parser ------------------------------------------------------------------------------->
args = argparse.ArgumentParser()