Skip to content

Commit c29fd19

Browse files
Fix version string
1 parent 3e1186e commit c29fd19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444

4545
def print_help():
46-
print("kmlog 1.0.1")
46+
print("kmlog 1.1.0")
4747
print("A TUI app to collect typing dynamics data from real people")
4848
print("USAGE:")
4949
print(" kmlog [FLAGS] ")

0 commit comments

Comments
 (0)