Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorgatem committed Oct 6, 2020
1 parent 027f0e6 commit 5997fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion octoprint_filamentreload/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def get_update_information(self):


__plugin_name__ = "Filament Sensor Reloaded"
__plugin_version__ = "1.3.2"
__plugin_version__ = "1.3.3"
__plugin_pythoncompat__ = ">=2.7,<4"


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 = "Octoprint-filamentreload"

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

# 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 5997fdb

Please sign in to comment.