We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de600ea commit b5e4e85Copy full SHA for b5e4e85
src/app_data.py
@@ -8,7 +8,7 @@
8
9
class AppData:
10
APP_NAME = "Lily Data Logger Studio CE"
11
- VERSION = "0.2"
+ VERSION = "0.9"
12
EXE_NAME = "LilyDataLoggerStudioCE"
13
COMPANY = "LilyTronics"
14
USER_FOLDER = os.path.join(os.path.join(os.path.expanduser("~")), EXE_NAME)
0 commit comments