From a5c7fa96dec0df159b623579a719a605868862aa 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:36:54 +0100 Subject: [PATCH] chore: prepare for next iteration (#55) 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 b238935..2da8e6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ typeCheckingMode = "standard" [tool.poetry] name = "temply" -version = "0.7.4" +version = "0.7.5-dev" 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 ed9d4d8..fa6f77f 100644 --- a/temply/__init__.py +++ b/temply/__init__.py @@ -1 +1 @@ -__version__ = "0.7.4" +__version__ = "0.7.5-dev"