We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5e969 commit cc82dd2Copy full SHA for cc82dd2
2 files changed
pyproject.toml
@@ -12,7 +12,7 @@ typeCheckingMode = "standard"
12
13
[tool.poetry]
14
name = "temply"
15
-version = "0.7.3-dev"
+version = "0.7.3"
16
description = "Render jinja2 templates on the command line with shell environment variables."
17
authors = ["Adrien Mannocci <adrien.mannocci@gmail.com>"]
18
license = "MIT"
temply/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.7.3-dev"
+__version__ = "0.7.3"
0 commit comments