From e7adade4e6860cdae920732bce1a3ca1578af7e0 Mon Sep 17 00:00:00 2001 From: Jason Payne Date: Thu, 3 Aug 2023 13:08:15 -0400 Subject: [PATCH] Add version update Makes the version 3.0.0 --- text2term/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text2term/config.py b/text2term/config.py index 388faa9..91c27a9 100644 --- a/text2term/config.py +++ b/text2term/config.py @@ -1 +1 @@ -VERSION = "2.3.2" \ No newline at end of file +VERSION = "3.0.0" \ No newline at end of file