summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pywal/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/settings.py b/pywal/settings.py
index 3a24179..419340a 100644
--- a/pywal/settings.py
+++ b/pywal/settings.py
@@ -12,7 +12,7 @@ Created by Dylan Araps.
import pathlib
-__version__ = "0.5.5"
+__version__ = "0.5.6"
HOME = pathlib.Path.home()