diff --git a/shell_speak/__init__.py b/shell_speak/__init__.py new file mode 100644 index 0000000..6a5d0bf --- /dev/null +++ b/shell_speak/__init__.py @@ -0,0 +1,3 @@ +"""Shell Speak - Convert natural language to shell commands.""" + +__version__ = "0.1.0"