From 55a2fd4460de73d18b70c41cbfce03df845df7f1 Mon Sep 17 00:00:00 2001 From: Matt Griswold Date: Sat, 20 Jan 2024 16:30:02 -0600 Subject: [PATCH] Version 1.1.0 --- Ctl/VERSION | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Ctl/VERSION b/Ctl/VERSION index afaf360..1cc5f65 100644 --- a/Ctl/VERSION +++ b/Ctl/VERSION @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.1.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 8b5379d..faff39b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tmpl" -version = "1.0.0" +version = "1.1.0" description = "Template abstraction for using multiple template engine backends in same code." repository = "https://github.com/20c/tmpl" readme = "README.md"