From 8e2f5949854755cb127059b137ef80196e3c90a3 Mon Sep 17 00:00:00 2001 From: Rafael Goncalves Date: Tue, 4 Jun 2024 10:50:06 -0400 Subject: [PATCH] Bump version needed to publish in pypi due to deleted v4.1.3 --- text2term/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text2term/config.py b/text2term/config.py index aa1adbb..60e3b39 100644 --- a/text2term/config.py +++ b/text2term/config.py @@ -1 +1 @@ -VERSION = "4.1.3" +VERSION = "4.1.4"