Andrew's git
/
ppt-control.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
bump version
author
Andrew Lorimer
<andrew@lorimer.id.au>
Sat, 6 Nov 2021 01:08:13 +0000
(12:08 +1100)
committer
Andrew Lorimer
<andrew@lorimer.id.au>
Sat, 6 Nov 2021 01:08:13 +0000
(12:08 +1100)
ppt_control/__init__.py
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
ae22cb8
)
diff --git
a/ppt_control/__init__.py
b/ppt_control/__init__.py
index 94e8ecfa9d85d971d0ed46eec4005e5ceaa16aec..553fe6e585f986c33ff7671127a79c67ca764fce 100755
(executable)
--- a/
ppt_control/__init__.py
+++ b/
ppt_control/__init__.py
@@
-1,6
+1,6
@@
from os import getenv
\r
\r
-__version__ = "0.0.
3
"
\r
+__version__ = "0.0.
4
"
\r
__name__ = "ppt-control"
\r
\r
CONFIG_DIR = getenv("APPDATA") + "\\" + __name__
\r
@@
-9,4
+9,4
@@
CONFIG_PATH = CONFIG_DIR + "\\" + CONFIG_FILE
\r
LOG_DIR = getenv("APPDATA") + "\\" + __name__
\r
LOG_FILE = __name__ + ".log"
\r
-LOG_PATH = LOG_DIR + "\\" + LOG_FILE
\ No newline at end of file
+LOG_PATH = LOG_DIR + "\\" + LOG_FILE
\r