bump version
[ppt-control.git] / ppt_control / __init__.py
old mode 100644 (file)
new mode 100755 (executable)
index 8115f6b..553fe6e
@@ -1,5 +1,12 @@
-from os import getenv
-
-__version__ = "0.0.1"
-__name__ = "ppt-control"
-__configdir__ = getenv("APPDATA") + "\\" + __name__
+from os import getenv\r
+\r
+__version__ = "0.0.4"\r
+__name__ = "ppt-control"\r
+\r
+CONFIG_DIR = getenv("APPDATA") + "\\" + __name__\r
+CONFIG_FILE = __name__ + ".ini"\r
+CONFIG_PATH = CONFIG_DIR + "\\" + CONFIG_FILE\r
+\r
+LOG_DIR = getenv("APPDATA") + "\\" + __name__\r
+LOG_FILE = __name__ + ".log"\r
+LOG_PATH = LOG_DIR + "\\" + LOG_FILE\r