aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Eikenberry <[email protected]>2017-08-03 00:02:18 -0500
committerAaron Eikenberry <[email protected]>2017-08-03 00:02:18 -0500
commit91992dca01a397e8bc9e7026f845b49937092897 (patch)
tree5b9aa125923f400c13af8a3bc1fe49e96749669a
parentadds test for -e (diff)
parentversion: bump (diff)
downloadpywal-91992dca01a397e8bc9e7026f845b49937092897.tar.xz
pywal-91992dca01a397e8bc9e7026f845b49937092897.zip
Merge branch 'master' of github.com:dylanaraps/pywal
* 'master' of github.com:dylanaraps/pywal: version: bump
-rw-r--r--pywal/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/settings.py b/pywal/settings.py
index a8145db..c500243 100644
--- a/pywal/settings.py
+++ b/pywal/settings.py
@@ -13,7 +13,7 @@ import pathlib
import platform
-__version__ = "0.5.11"
+__version__ = "0.5.12"
HOME = pathlib.Path.home()