aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2017-07-28 16:56:01 +1000
committerDylan Araps <[email protected]>2017-07-28 16:56:01 +1000
commitd67cd885ea88c3d11bb2d671c231aa9364f6ba14 (patch)
tree72278edb63b5d670af7165ad586fedd447bc7fb3
parentcss: Fixed css background variable (diff)
downloadpywal-0.5.6.tar.xz
pywal-0.5.6.zip
version: bump0.5.6
-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()