From a657d87fa96a639eba9ed013faa057e5a24ca738 Mon Sep 17 00:00:00 2001 From: Michaelyin Date: Fri, 26 Jan 2024 21:16:57 +0800 Subject: [PATCH] bump 2.1.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24a5066..80429e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-turbo-helper" -version = "2.1.2" +version = "2.1.3" description = "Hotwire/Turbo helpers for Django, inspired by Rails." authors = ["Michael Yin "] license = "MIT"