aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordylan araps <[email protected]>2017-08-27 13:57:44 +1000
committerdylan araps <[email protected]>2017-08-27 13:57:44 +1000
commitbb700c4db19a311ce2ec60197761fdfd7e9d0f6e (patch)
tree399ef3d34e70aac7156bc55fc04e7cc8aeab9366
parentsequence: Fix flash of colors on open. (diff)
downloadpywal-bb700c4db19a311ce2ec60197761fdfd7e9d0f6e.tar.xz
pywal-bb700c4db19a311ce2ec60197761fdfd7e9d0f6e.zip
version: bump0.6.9
-rw-r--r--pywal/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/settings.py b/pywal/settings.py
index 99c1af1..6c914e5 100644
--- a/pywal/settings.py
+++ b/pywal/settings.py
@@ -13,7 +13,7 @@ import os
import platform
-__version__ = "0.6.8"
+__version__ = "0.6.9"
HOME = os.getenv("HOME", os.getenv("USERPROFILE"))