aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordylan araps <[email protected]>2017-08-26 09:22:16 +1000
committerdylan araps <[email protected]>2017-08-26 09:22:16 +1000
commit7326f6696cf848b61fe25f773c1eed37cead0b0b (patch)
tree7caf785da000b23f104b62467ad4de9c36c5dff5
parentMerge pull request #93 from dylanaraps/windows (diff)
downloadpywal-0.6.7.tar.xz
pywal-0.6.7.zip
version: bump0.6.7
-rw-r--r--pywal/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/settings.py b/pywal/settings.py
index 4aec9a7..12fb299 100644
--- a/pywal/settings.py
+++ b/pywal/settings.py
@@ -13,7 +13,7 @@ import os
import platform
-__version__ = "0.6.6"
+__version__ = "0.6.7"
HOME = os.getenv("HOME", os.getenv("USERPROFILE"))