From 894ce3154d92f40ecba9bd8ae3572c8638f239cd Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 25 Aug 2022 09:48:47 +1000 Subject: [PATCH] Update version number to 0.5.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 eeb2110..68d1eac 100644 --- a/inventree_brother/version.py +++ b/inventree_brother/version.py @@ -1,3 +1,3 @@ """Version information for the plugin""" -BROTHER_PLUGIN_VERSION = "0.4.0" +BROTHER_PLUGIN_VERSION = "0.5.0"