diff --git a/Makefile b/Makefile index 04cad92..fdb5b25 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,6 @@ build: python -m build # Upload package to PyPI upload: - hatch publish \ No newline at end of file + hatch publish +release: + hatch build && hatch publish \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 1734c75..83abb35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "jekyll-to-hugo" -version = "0.0.2" +version = "0.0.3" authors = [ { name="Denis Nutiu", email="nuculabs@outlook.com" }, ]