summaryrefslogtreecommitdiff
path: root/pywal
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-07-28 15:56:15 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-07-28 15:56:15 +1000
commita5221423773bb8a387d2c1f221eb11a40e39e42b (patch)
treec9b126fce5a9327fc24f7adc7c4aa508a84e35f8 /pywal
parent8a91a67087590d5df163ccbf4ec40fb2057324dd (diff)
version: bump
Diffstat (limited to 'pywal')
-rw-r--r--pywal/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/settings.py b/pywal/settings.py
index 626f83a..f3f80e3 100644
--- a/pywal/settings.py
+++ b/pywal/settings.py
@@ -12,7 +12,7 @@ Created by Dylan Araps.
import pathlib
-__version__ = "0.5.0"
+__version__ = "0.5.1"
HOME = pathlib.Path.home()