Bump version to 0.2.2 because of python 3 compatibility flag

This commit is contained in:
Salandora 2020-05-04 00:33:36 +02:00
parent 04174179c5
commit 14ff4cf24d

View File

@ -17,7 +17,7 @@ plugin_package = "octoprint_%s" % plugin_identifier
plugin_name = "OctoPrint-CustomControlPlugin"
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "0.2.1"
plugin_version = "0.2.2"
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module