Skip to content

Commit

Permalink
release: temply 0.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: amannocci <[email protected]>
  • Loading branch information
amannocci committed Oct 21, 2023
1 parent ce502d8 commit 71f08ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion temply/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.0-dev"
__version__ = "0.7.1"

0 comments on commit 71f08ac

Please sign in to comment.