From c2e615d1c51241660df4be968cde2dfaed005e47 Mon Sep 17 00:00:00 2001 From: David Date: Sun, 18 Feb 2024 13:26:14 -0700 Subject: [PATCH] version: 0.4.0 (#77) --- textology/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textology/__init__.py b/textology/__init__.py index b30becb..12e6515 100644 --- a/textology/__init__.py +++ b/textology/__init__.py @@ -1,3 +1,3 @@ """Utilities for creating text interfaces.""" -__version__ = "0.3.5" +__version__ = "0.4.0"