From c8b2459e9701c907ff3d80db28b72d2a9f569365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dzieko=C5=84ski?= Date: Thu, 24 Oct 2024 02:38:31 +0200 Subject: [PATCH] chore: Bump version to 1.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Dziekoński --- octoprint_Spoolman/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/octoprint_Spoolman/__init__.py b/octoprint_Spoolman/__init__.py index 980fffd..086d73d 100644 --- a/octoprint_Spoolman/__init__.py +++ b/octoprint_Spoolman/__init__.py @@ -4,7 +4,7 @@ from .SpoolmanPlugin import SpoolmanPlugin __plugin_name__ = "Spoolman" -__plugin_version__ = "1.2.0" +__plugin_version__ = "1.3.0" __plugin_description__ = "Plugin integrating OctoPrint with Spoolman, a universal filament spools inventory manager." __plugin_pythoncompat__ = ">=3.7,<4" diff --git a/setup.py b/setup.py index 675fc52..dc0988c 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_name = "octoprint-spoolman" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "1.2.0" +plugin_version = "1.3.0" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module