From feb5fc309b498e083fefe4ffb0945c6d4a551817 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 30 Sep 2023 10:50:53 -0600 Subject: [PATCH] version: 0.3.4 --- textology/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textology/__init__.py b/textology/__init__.py index 366b92a..d6706b4 100644 --- a/textology/__init__.py +++ b/textology/__init__.py @@ -1,3 +1,3 @@ """Utilities for creating text interfaces.""" -__version__ = "0.3.3" +__version__ = "0.3.4"