summaryrefslogtreecommitdiff
path: root/pywal
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-06-26 10:49:23 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-06-26 10:49:23 +1000
commit4215f700d1154d24e36d7d08509e263100bfbf61 (patch)
tree322073e788fa4e5459bf48a53d2f769ec29dcf91 /pywal
parent7206eee0176926061631575023b010392e22c526 (diff)
General: Cleanup
Diffstat (limited to 'pywal')
-rwxr-xr-xpywal/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pywal/__init__.py b/pywal/__init__.py
index 9c4cd8f..fb5861b 100755
--- a/pywal/__init__.py
+++ b/pywal/__init__.py
@@ -11,8 +11,10 @@ import shutil
import subprocess
import sys
+
__version__ = "0.1.6"
+
# Internal variables.
COLOR_COUNT = 16
CACHE_DIR = pathlib.Path.home() / ".cache/wal/"