diff --git a/README.md b/README.md index d610817..c3e81ee 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.3 and includes the pull requests left on the old plugin page that fixes several bugs and Themify support. +- The current version is 0.3.4rc1 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 f31c6ff..2b2ba20 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ plugin_package = "octoprint_klipper" plugin_name = "OctoKlipper" -plugin_version = "0.3.3" +plugin_version = "0.3.4rc1" plugin_description = """A plugin for OctoPrint to configure,control and monitor the Klipper 3D printer software."""