aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2017-07-31 16:11:29 +1000
committerDylan Araps <[email protected]>2017-07-31 16:11:29 +1000
commitb243bbb7ba3a2d1573d5633c2a290886fd278582 (patch)
tree13643e3daab81a15d2d4b99320460de973d1c5c0
parentMerge pull request #66 from dylanaraps/macos3 (diff)
downloadpywal-0.5.8.tar.xz
pywal-0.5.8.zip
version: bump0.5.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 a58930a..8592310 100644
--- a/pywal/settings.py
+++ b/pywal/settings.py
@@ -13,7 +13,7 @@ import pathlib
import platform
-__version__ = "0.5.7"
+__version__ = "0.5.8"
HOME = pathlib.Path.home()