diff options
| author | dylan araps <[email protected]> | 2017-08-15 15:06:18 +1000 |
|---|---|---|
| committer | dylan araps <[email protected]> | 2017-08-15 15:06:18 +1000 |
| commit | 36e1c9d402f9721540ab48204aa49cd844d41f9b (patch) | |
| tree | 8b79a37a62b4ac5581c8104869c038b12c0fe94f | |
| parent | sequences: Fix incorrect macOS sequence. (diff) | |
| download | pywal-36e1c9d402f9721540ab48204aa49cd844d41f9b.tar.xz pywal-36e1c9d402f9721540ab48204aa49cd844d41f9b.zip | |
version: bump'
| -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 0613af4..9beee2b 100644 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -13,7 +13,7 @@ import os import platform -__version__ = "0.6.4" +__version__ = "0.6.5" HOME = os.environ["HOME"] |