diff --git a/convmoji/main.py b/convmoji/main.py deleted file mode 100644 index 264b743..0000000 --- a/convmoji/main.py +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env python - -# import typer -# from convmoji import commit - -# TODO: Add wizard to commit conventional commits -# app = typer.Typer() -# app.add_typer(commit.app) -# app.add_typer(wizard, name="wizard") - - -# if __name__ == "__main__": -# app() diff --git a/pyproject.toml b/pyproject.toml index 6893caf..c819796 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "convmoji" -version = "0.1.4" +version = "0.1.5" description = "A simple cli tool to commit Conventional Commits with emojis." authors = ["arrrrrmin ", "defel "] maintainers = ["arrrrrmin ", "defel "]