From 444f7ca4f00ea5a6da0e8186b0667712dc0a8c74 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 14 Jul 2020 09:59:33 +0200 Subject: Bump version number for askama_tide to make it consistent --- askama_tide/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_tide') diff --git a/askama_tide/Cargo.toml b/askama_tide/Cargo.toml index 8492611..3f90f65 100644 --- a/askama_tide/Cargo.toml +++ b/askama_tide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "askama_tide" -version = "0.1.0" +version = "0.10.0" authors = ["Jacob Rothstein "] edition = "2018" description = "Tide integration for Askama templates" -- cgit