From 71f08ac06d2add5f1b6b9a87494bd2844bf15d7f Mon Sep 17 00:00:00 2001 From: amannocci Date: Sat, 21 Oct 2023 18:18:54 +0200 Subject: [PATCH] release: temply 0.7.1 Signed-off-by: amannocci --- pyproject.toml | 2 +- temply/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2693d21..ac36a0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ profile = "black" [tool.poetry] name = "temply" -version = "0.8.0-dev" +version = "0.7.1" description = "Render jinja2 templates on the command line with shell environment variables." authors = ["Adrien Mannocci "] license = "MIT" diff --git a/temply/__init__.py b/temply/__init__.py index b4e087d..a5f830a 100644 --- a/temply/__init__.py +++ b/temply/__init__.py @@ -1 +1 @@ -__version__ = "0.8.0-dev" +__version__ = "0.7.1"