diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-06-26 10:49:23 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-06-26 10:49:23 +1000 |
| commit | 4215f700d1154d24e36d7d08509e263100bfbf61 (patch) | |
| tree | 322073e788fa4e5459bf48a53d2f769ec29dcf91 /pywal/__init__.py | |
| parent | 7206eee0176926061631575023b010392e22c526 (diff) | |
General: Cleanup
Diffstat (limited to 'pywal/__init__.py')
| -rwxr-xr-x | pywal/__init__.py | 2 |
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/" |
