File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ def get_update_information(self):
76
76
)
77
77
78
78
__plugin_name__ = "Filament Sensor Reloaded"
79
- __plugin_version__ = "1.0.0 "
79
+ __plugin_version__ = "1.0.1 "
80
80
81
81
def __plugin_load__ ():
82
82
global __plugin_implementation__
Original file line number Diff line number Diff line change 14
14
plugin_name = "Octoprint-FilamentReload"
15
15
16
16
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
17
- plugin_version = "1.0.0 "
17
+ plugin_version = "1.0.1 "
18
18
19
19
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
20
20
# module
33
33
plugin_license = "AGPLv3"
34
34
35
35
# Any additional requirements besides OctoPrint should be listed here
36
- plugin_requires = []
36
+ plugin_requires = ['RPi.GPIO' ]
37
37
38
38
### --------------------------------------------------------------------------------------------------------------------
39
39
### More advanced options that you usually shouldn't have to touch follow after this point
You can’t perform that action at this time.
0 commit comments