Skip to content

Commit 104201b

Browse files
committed
Add __version__ = '0.1.0'
1 parent 3e9c2c0 commit 104201b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
except ImportError:
2424
Icon = None
2525

26+
__version__ = "0.1.0"
2627
TARGET_RATIO = 16 / 9
2728
POLL_INTERVAL = 0.25
2829
DEBOUNCE_SECONDS = 0.6

0 commit comments

Comments
 (0)