Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyx182 committed Feb 13, 2022
1 parent ed1d210 commit e167bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion octoprint_filamentsensorsimplified/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def get_update_information(self):
__plugin_pythoncompat__ = ">=2.7,<4" # python 2 and 3

__plugin_name__ = "Filament Sensor Simplified"
__plugin_version__ = "0.3.0"
__plugin_version__ = "0.3.1"


def __plugin_check__():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
plugin_name = "Filament sensor simplified"

# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "0.3.0"
plugin_version = "0.3.1"

# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module
Expand Down

0 comments on commit e167bed

Please sign in to comment.