From f3aea3b18f75f9bb18522e5ab94e6214d38c43f7 Mon Sep 17 00:00:00 2001 From: smathot Date: Thu, 25 Apr 2024 18:03:58 +0200 Subject: [PATCH] Bump to 0.16.2 --- sigmund/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigmund/__init__.py b/sigmund/__init__.py index bda5ad5..77389be 100644 --- a/sigmund/__init__.py +++ b/sigmund/__init__.py @@ -1,3 +1,3 @@ """AI-based chatbot that provides sensible answers based on documentation""" -__version__ = '0.16.1' +__version__ = '0.16.2'