aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2017-07-08 12:26:43 +1000
committerDylan Araps <[email protected]>2017-07-08 12:26:43 +1000
commit0365631666e7359c511d545f06467d9e1dae422f (patch)
tree564914b945330ec5394643bbd6ebaa4020e6dc36
parentimage: Fix bug where images that only had differing suffixes used the same sc... (diff)
downloadpywal-0365631666e7359c511d545f06467d9e1dae422f.tar.xz
pywal-0365631666e7359c511d545f06467d9e1dae422f.zip
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 8271fb7..bee4cdb 100644
--- a/pywal/settings.py
+++ b/pywal/settings.py
@@ -4,7 +4,7 @@ Global Constants.
import pathlib
-__version__ = "0.3.8"
+__version__ = "0.3.9"
COLOR_COUNT = 16