diff --git a/pyproject.toml b/pyproject.toml index f1066c5..6377353 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "temply" -version = "0.7.5-dev" +version = "0.8.0" description = "Render jinja2 templates on the command line with shell environment variables." authors = [ { name = "Adrien Mannocci", email = "adrien.mannocci@gmail.com" } diff --git a/src/temply/__init__.py b/src/temply/__init__.py index fa6f77f..777f190 100644 --- a/src/temply/__init__.py +++ b/src/temply/__init__.py @@ -1 +1 @@ -__version__ = "0.7.5-dev" +__version__ = "0.8.0"