From 2f9664bae491923cce4c7e946208fb33a3826e0a Mon Sep 17 00:00:00 2001 From: amannocci Date: Sat, 21 Oct 2023 14:24:38 +0200 Subject: [PATCH] release: temply 0.7.0 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 90e7b41..ea02dbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ profile = "black" [tool.poetry] name = "temply" -version = "0.7.0-dev" +version = "0.7.0" 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 5a93ff5..49e0fc1 100644 --- a/temply/__init__.py +++ b/temply/__init__.py @@ -1 +1 @@ -__version__ = "0.7.0-dev" +__version__ = "0.7.0"