From 01e675b2fd89e2f4333a445c3fa23176c8328d34 Mon Sep 17 00:00:00 2001 From: smathot Date: Thu, 18 Apr 2024 13:23:53 +0200 Subject: [PATCH] Bump to 0.14.1 --- heymans/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heymans/__init__.py b/heymans/__init__.py index f95aa97..3a8eea2 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.14.0' +__version__ = '0.14.1'