From 5b4704dc132701c8da1547d10844ac3c954ef554 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 22 Feb 2024 11:13:08 +1100 Subject: [PATCH] Update version.py Bump version number to `0.8.1` --- inventree_brother/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventree_brother/version.py b/inventree_brother/version.py index 578f3ef..1237ccd 100644 --- a/inventree_brother/version.py +++ b/inventree_brother/version.py @@ -1,3 +1,3 @@ """Version information for the plugin""" -BROTHER_PLUGIN_VERSION = "0.8.0" +BROTHER_PLUGIN_VERSION = "0.8.1"