aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordylan araps <[email protected]>2017-08-27 13:02:22 +1000
committerdylan araps <[email protected]>2017-08-27 13:02:22 +1000
commite3a739c110ca711843ed5a4978281331c8579e3a (patch)
tree49091d444e79046a49be65f434d375c44ed18c97
parentMerge pull request #94 from dylanaraps/windows (diff)
downloadpywal-e3a739c110ca711843ed5a4978281331c8579e3a.tar.xz
pywal-e3a739c110ca711843ed5a4978281331c8579e3a.zip
version: bump0.6.8
-rw-r--r--pywal/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/settings.py b/pywal/settings.py
index 12fb299..99c1af1 100644
--- a/pywal/settings.py
+++ b/pywal/settings.py
@@ -13,7 +13,7 @@ import os
import platform
-__version__ = "0.6.7"
+__version__ = "0.6.8"
HOME = os.getenv("HOME", os.getenv("USERPROFILE"))