aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2017-07-30 10:42:41 +1000
committerDylan Araps <[email protected]>2017-07-30 10:42:41 +1000
commitce046fb9485b5623081add560010b1e24dbd423d (patch)
tree7c4ad6c6765613bc13a82c5c32c92d366dc44414
parentwallpaper: Fix crash when old wallpaper file doesn't exist. Fixes #63 (diff)
downloadpywal-0.5.7.tar.xz
pywal-0.5.7.zip
version: bump0.5.7
-rw-r--r--pywal/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/settings.py b/pywal/settings.py
index 419340a..812c050 100644
--- a/pywal/settings.py
+++ b/pywal/settings.py
@@ -12,7 +12,7 @@ Created by Dylan Araps.
import pathlib
-__version__ = "0.5.6"
+__version__ = "0.5.7"
HOME = pathlib.Path.home()