From 4d74b471e9252b1a9150167d7db8ab434553dab9 Mon Sep 17 00:00:00 2001 From: smathot Date: Wed, 20 Mar 2024 18:29:19 +0100 Subject: [PATCH] Bump to 0.13.9 --- heymans/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heymans/__init__.py b/heymans/__init__.py index 21f4dd6..fda12ea 100644 --- a/heymans/__init__.py +++ b/heymans/__init__.py @@ -1,3 +1,3 @@ """AI-based chatbot that provides sensible answers based on documentation""" -__version__ = '0.13.8' +__version__ = '0.13.9'