diff --git a/pyproject.toml b/pyproject.toml index c3eeb86..94a6329 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "statsman" -version = "0.2.0" +version = "0.1.3" description = "A terminal-based system monitoring tool with manual UI rendering, full-screen support, and dynamic layout management" authors = [{name = "Exil Productions", email = "exil.productions.business@gmail.com"}] license = {text = "MIT"} diff --git a/src/statsman/ui/__init__.py b/src/statsman/ui/__init__.py index 15dba75..e69de29 100644 --- a/src/statsman/ui/__init__.py +++ b/src/statsman/ui/__init__.py @@ -1,4 +0,0 @@ -""" -UI package for StatsMan -Manual terminal UI implementation -""" \ No newline at end of file