diff --git a/shellhist/__init__.py b/shellhist/__init__.py index 47ff2ba..e204bc8 100644 --- a/shellhist/__init__.py +++ b/shellhist/__init__.py @@ -1,3 +1,3 @@ -"""Shell History Automation Tool - Analyze shell command history to find patterns and suggest automation.""" +"""Shell History Automation Tool.""" __version__ = "0.1.0"