diff --git a/pyproject.toml b/pyproject.toml index 45b0e9e..b238935 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ typeCheckingMode = "standard" [tool.poetry] name = "temply" -version = "0.7.4-dev" +version = "0.7.4" description = "Render jinja2 templates on the command line with shell environment variables." authors = ["Adrien Mannocci "] license = "Apache-2.0" diff --git a/temply/__init__.py b/temply/__init__.py index e498a50..ed9d4d8 100644 --- a/temply/__init__.py +++ b/temply/__init__.py @@ -1 +1 @@ -__version__ = "0.7.4-dev" +__version__ = "0.7.4"