From eb4c4ec9152f68a381fc3c2eee6e7ed14a2c73c8 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 18 Jan 2024 11:27:10 +0100 Subject: Bump version numbers for release --- askama_parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_parser/Cargo.toml') 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"] -- cgit