aboutsummaryrefslogtreecommitdiffstats
path: root/askama_parser/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2024-01-18 11:27:10 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2024-01-18 11:30:54 +0100
commiteb4c4ec9152f68a381fc3c2eee6e7ed14a2c73c8 (patch)
treec4f51b0a01e2758ee5f71bd0e4d62cd7366a47e8 /askama_parser/Cargo.toml
parent79738ff2388a6f15cd28690a3d276ee5086fb44f (diff)
downloadaskama-eb4c4ec9152f68a381fc3c2eee6e7ed14a2c73c8.tar.gz
askama-eb4c4ec9152f68a381fc3c2eee6e7ed14a2c73c8.tar.bz2
askama-eb4c4ec9152f68a381fc3c2eee6e7ed14a2c73c8.zip
Bump version numbers for release
Diffstat (limited to 'askama_parser/Cargo.toml')
-rw-r--r--askama_parser/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_parser/Cargo.toml b/askama_parser/Cargo.toml
index eecf32e..fc7fc43 100644
--- a/askama_parser/Cargo.toml
+++ b/askama_parser/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "askama_parser"
-version = "0.2.0"
+version = "0.2.1"
description = "Parser for Askama templates"
documentation = "https://docs.rs/askama"
keywords = ["markup", "template", "jinja2", "html"]