mirror of https://github.com/aristocratos/bpytop
parent
62ccba9cf7
commit
7806d6f66b
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## v1.0.20
|
||||
|
||||
* Release bump to fix pypi and source version missmatch
|
||||
|
||||
## v1.0.19
|
||||
|
||||
* Changed: net_auto variable now default to True
|
||||
|
|
|
@ -56,7 +56,7 @@ if errors:
|
|||
print("\nInstall required modules!\n")
|
||||
raise SystemExit(1)
|
||||
|
||||
VERSION: str = "1.0.19"
|
||||
VERSION: str = "1.0.20"
|
||||
|
||||
#? Argument parser ------------------------------------------------------------------------------->
|
||||
if len(sys.argv) > 1:
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
[tool.poetry]
|
||||
name = "bpytop"
|
||||
version = "1.0.19"
|
||||
version = "1.0.20"
|
||||
description = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes."
|
||||
readme = "README.md"
|
||||
authors = ["Aristocratos <jakob@qvantnet.com>"]
|
||||
homepage = "https://github.com/aristocratos/bpytop"
|
||||
license = "Apache-2.0"
|
||||
include = ["bpytop-themes/*.theme"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue