mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-27 18:17:40 +00:00
7 lines
No EOL
233 B
Python
7 lines
No EOL
233 B
Python
#!/usr/bin/python3
|
|
|
|
# Store the version here so:
|
|
# 1) we don't load dependencies by storing it in __init__.py
|
|
# 2) we can import it in setup.py for the same reason
|
|
# 3) we can import it into your module module
|
|
__version__ = '10.99.1' |