From 8760a136f4fd348a983df35122e10bac33a83805 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 15 Jan 2024 13:54:21 -0700 Subject: [PATCH] version: 0.3.5 --- textology/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textology/__init__.py b/textology/__init__.py index d6706b4..b30becb 100644 --- a/textology/__init__.py +++ b/textology/__init__.py @@ -1,3 +1,3 @@ """Utilities for creating text interfaces.""" -__version__ = "0.3.4" +__version__ = "0.3.5"