diff options
| author | dylan araps <[email protected]> | 2017-08-27 13:02:22 +1000 |
|---|---|---|
| committer | dylan araps <[email protected]> | 2017-08-27 13:02:22 +1000 |
| commit | e3a739c110ca711843ed5a4978281331c8579e3a (patch) | |
| tree | 49091d444e79046a49be65f434d375c44ed18c97 | |
| parent | Merge pull request #94 from dylanaraps/windows (diff) | |
| download | pywal-e3a739c110ca711843ed5a4978281331c8579e3a.tar.xz pywal-e3a739c110ca711843ed5a4978281331c8579e3a.zip | |
version: bump0.6.8
| -rw-r--r-- | pywal/settings.py | 2 |
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")) |