diff options
| author | Dylan Araps <[email protected]> | 2017-06-28 20:22:21 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-06-28 20:22:21 +1000 |
| commit | c067948d5960da22c93465eccfcab2df6a955be0 (patch) | |
| tree | 74384eae459f1686f4e509a3e2f288ff658bb5ed | |
| parent | General: Fix bug when shuffling in a directory with only one image. (diff) | |
| download | pywal-c067948d5960da22c93465eccfcab2df6a955be0.tar.xz pywal-c067948d5960da22c93465eccfcab2df6a955be0.zip | |
version: bump
| -rwxr-xr-x | pywal/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/settings.py b/pywal/settings.py index 36288c4..d94b7eb 100755 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -4,7 +4,7 @@ Global Constants. import pathlib -__version__ = "0.2.5" +__version__ = "0.2.6" # Internal variables. |