diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 693d296..e5836e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "jinjax" -version = "0.45" +version = "0.46" description = "Replace your HTML templates with Python server-Side components" authors = ["Juan-Pablo Scaletti <juanpablo@jpscaletti.com>"] license = "MIT" |