aboutsummaryrefslogtreecommitdiffstats
path: root/askama_tide
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2020-07-14 09:59:33 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2020-07-14 09:59:33 +0200
commit444f7ca4f00ea5a6da0e8186b0667712dc0a8c74 (patch)
tree416bcfaad56f2306825da21ecb62c757dd0b75b1 /askama_tide
parenta0b6eb31c4e960926bd0b78b8611ff36a733be32 (diff)
downloadaskama-444f7ca4f00ea5a6da0e8186b0667712dc0a8c74.tar.gz
askama-444f7ca4f00ea5a6da0e8186b0667712dc0a8c74.tar.bz2
askama-444f7ca4f00ea5a6da0e8186b0667712dc0a8c74.zip
Bump version number for askama_tide to make it consistent
Diffstat (limited to 'askama_tide')
-rw-r--r--askama_tide/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 <hi@jbr.me>"]
edition = "2018"
description = "Tide integration for Askama templates"