From d22ac79110c075511e490e70f2eb3bb3d798f0b6 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 12 Aug 2023 12:09:52 -0600 Subject: [PATCH] version: 0.3.2 --- textology/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textology/__init__.py b/textology/__init__.py index 9b99618..a0feb83 100644 --- a/textology/__init__.py +++ b/textology/__init__.py @@ -1,3 +1,3 @@ """Utilities for creating text interfaces.""" -__version__ = "0.3.1" +__version__ = "0.3.2"