diff --git a/README.md b/README.md index f7eb7ad..f1d74de 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Fork information: - This is forked from [the original](https://github.com/mmone/OctoprintKlipperPlugin) version 0.2.5 - The fork now supports Python3 (hopefully without any new bugs) -- The current version is 0.3.1 and includes the pull requests left on the old plugin page that fixes several bugs and Themify support. +- The current version is 0.3.2 and includes the pull requests left on the old plugin page that fixes several bugs and Themify support. ## Fork Installation Information: - Uninstall any other versions of the plugin using Plugin Manager or other means, as necessary. diff --git a/setup.py b/setup.py index 09de2de..45884f0 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ plugin_package = "octoprint_klipper" plugin_name = "OctoKlipper" -plugin_version = "0.3.1" +plugin_version = "0.3.2" plugin_description = """A plugin for OctoPrint to configure,control and monitor the Klipper 3D printer software."""