Skip to content

Commit 5fc8144

Browse files
committed
Version 0.21.0
1 parent 1621868 commit 5fc8144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/filaswitch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# TODO: merge status to settings
3939
settings = Settings()
4040

41-
version = "0.19.1"
41+
version = "0.21.0"
4242

4343

4444
def detect_file_type(gcode_file, log):
@@ -576,4 +576,4 @@ def main():
576576

577577

578578
if __name__ == "__main__":
579-
main()
579+
main()

0 commit comments

Comments
 (0)