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"