v1.0.20 Release bump to fix pypi and source version missmatch

pull/86/head v1.0.20
aristocratos 2020-08-23 22:53:51 +02:00
parent 62ccba9cf7
commit 7806d6f66b
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## v1.0.20
* Release bump to fix pypi and source version missmatch
## v1.0.19 ## v1.0.19
* Changed: net_auto variable now default to True * Changed: net_auto variable now default to True

View File

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

View File

@ -1,8 +1,10 @@
[tool.poetry] [tool.poetry]
name = "bpytop" 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." description = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes."
readme = "README.md"
authors = ["Aristocratos <jakob@qvantnet.com>"] authors = ["Aristocratos <jakob@qvantnet.com>"]
homepage = "https://github.com/aristocratos/bpytop"
license = "Apache-2.0" license = "Apache-2.0"
include = ["bpytop-themes/*.theme"] include = ["bpytop-themes/*.theme"]