diff --git a/src/__init__.py b/src/__init__.py new file mode 100644 index 0000000..a1fd1f8 --- /dev/null +++ b/src/__init__.py @@ -0,0 +1,3 @@ +"""Local Commit Message Generator - A CLI tool for generating conventional commit messages.""" + +__version__ = "0.1.0"