From 403740d992897d1730ad43cea21bcfa552b7351b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 10:21:38 +0100 Subject: [PATCH] release: temply v0.7.4 (#54) Co-authored-by: github-actions[bot] --- pyproject.toml | 2 +- temply/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"