From fd46fd01eb8684d4252d48b2e68e8389f69d4b8f Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 19 Mar 2024 08:58:24 +1100 Subject: [PATCH] Update version.py Bump version number to `0.9.0` --- 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 ff6c26c..e7c263f 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.3" +BROTHER_PLUGIN_VERSION = "0.9.0"