Skip to content

Commit ec5ba26

Browse files
committed
bump version to 0.5.0
1 parent b224fab commit ec5ba26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
plugin_name = "TheSpaghettiDetectiveBeta"
1515

1616
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
17-
plugin_version = "0.4.0"
17+
plugin_version = "0.5.0"
1818

1919
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
2020
# module
@@ -35,7 +35,7 @@
3535
plugin_license = "AGPLv3"
3636

3737
# Any additional requirements besides OctoPrint should be listed here
38-
plugin_requires = ["OctoPrint>=1.3.9", "backoff>=1.4.3"]
38+
plugin_requires = ["OctoPrint>=1.3.8", "backoff>=1.4.3"]
3939

4040
### --------------------------------------------------------------------------------------------------------------------
4141
### More advanced options that you usually shouldn't have to touch follow after this point

0 commit comments

Comments
 (0)