amanusk / s-tui

Terminal-based CPU stress and monitoring utility
https://amanusk.github.io/s-tui/
GNU General Public License v2.0
4.05k stars 139 forks source link

incorrect version report #153

Closed lestofante closed 4 years ago

lestofante commented 4 years ago

Describe the problem:

In the current master (release v1.0.1) the version reported in the About menu is 1.0.0-beta3

the issue come from the file s-tui/s_tui/helper_functions.py where version is hardcoded:

__version__ = "1.0.0-beta3"
amanusk commented 4 years ago

Thank you. Resolved.