diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-08-16 19:03:30 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-08-16 19:03:30 +0100 |
commit | 18ae34d3a0fa96ea0ae8da45681831132c13c8f9 (patch) | |
tree | 629be5d241148ed7eb64f34c0bc98a48aef305f1 | |
parent | ee5416dad791a72e86b499cb6ef13ef9d7a9a381 (diff) | |
download | kutter-18ae34d3a0fa96ea0ae8da45681831132c13c8f9.tar.gz kutter-18ae34d3a0fa96ea0ae8da45681831132c13c8f9.tar.xz kutter-18ae34d3a0fa96ea0ae8da45681831132c13c8f9.zip |
Version 0.1.0-rc3v0.1.0-rc3
-rw-r--r-- | klippy/klippy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/klippy.py b/klippy/klippy.py index 8567166f..5bc81249 100644 --- a/klippy/klippy.py +++ b/klippy/klippy.py @@ -24,7 +24,7 @@ import toolhead import util import webhooks -__version__ = "0.1.0-rc2" +__version__ = "0.1.0-rc3" message_ready = "Printer is ready" |