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"