We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9c2c0 commit 104201bCopy full SHA for 104201b
1 file changed
main.py
@@ -23,6 +23,7 @@
23
except ImportError:
24
Icon = None
25
26
+__version__ = "0.1.0"
27
TARGET_RATIO = 16 / 9
28
POLL_INTERVAL = 0.25
29
DEBOUNCE_SECONDS = 0.6
0 commit comments