summaryrefslogtreecommitdiff
path: root/pywal/settings.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-07-28 16:17:15 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-07-28 16:17:15 +1000
commit05959f0ad68d0754bc4044db10232405178f3caf (patch)
treecbf52c03c679b36221e486c1d12d43f8699144ea /pywal/settings.py
parentdc39fbede4a9423e96b04cd18e3c503e391898e2 (diff)
version: bump
Diffstat (limited to 'pywal/settings.py')
-rw-r--r--pywal/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/settings.py b/pywal/settings.py
index 20b6659..3a24179 100644
--- a/pywal/settings.py
+++ b/pywal/settings.py
@@ -12,7 +12,7 @@ Created by Dylan Araps.
import pathlib
-__version__ = "0.5.4"
+__version__ = "0.5.5"
HOME = pathlib.Path.home()