From 0d4270482d16fcd147fee05c158d4430e42c3249 Mon Sep 17 00:00:00 2001 From: Sabu Siyad Date: Thu, 6 Apr 2023 00:05:19 +0530 Subject: [PATCH] chore: bump version to `0.8.1` (#1094) --- helpdesk/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpdesk/__init__.py b/helpdesk/__init__.py index 49e0fc1e0..8088f7513 100644 --- a/helpdesk/__init__.py +++ b/helpdesk/__init__.py @@ -1 +1 @@ -__version__ = "0.7.0" +__version__ = "0.8.1"