diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-08-16 14:06:28 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-08-16 16:22:31 +0100 |
commit | b3c0e67100e3c1c03ebb8f08481e35790c163585 (patch) | |
tree | b512327e4c7c034dadb2e68237c91ea3d6cead91 | |
parent | 998af071053423e5918b63c964ad37e01e884623 (diff) | |
download | kutter-b3c0e67100e3c1c03ebb8f08481e35790c163585.tar.gz kutter-b3c0e67100e3c1c03ebb8f08481e35790c163585.tar.xz kutter-b3c0e67100e3c1c03ebb8f08481e35790c163585.zip |
Version 0.1.0-rc2v0.1.0-rc2
-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 e989617d..8567166f 100644 --- a/klippy/klippy.py +++ b/klippy/klippy.py @@ -24,7 +24,7 @@ import toolhead import util import webhooks -__version__ = "0.1.0-rc1" +__version__ = "0.1.0-rc2" message_ready = "Printer is ready" |