From e8d47466aa6e062f558095c02a15560127f300f6 Mon Sep 17 00:00:00 2001 From: David Date: Sun, 14 Jul 2024 16:44:53 -0600 Subject: [PATCH] version: 0.7.1 --- textology/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textology/__init__.py b/textology/__init__.py index d310d66..cef93cc 100644 --- a/textology/__init__.py +++ b/textology/__init__.py @@ -1,3 +1,3 @@ """Utilities for creating text interfaces.""" -__version__ = "0.7.0" +__version__ = "0.7.1"