diff options
| author | Dylan Araps <[email protected]> | 2017-07-01 17:22:54 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-07-01 17:22:54 +1000 |
| commit | 18668b884bf64738521ad027c835544c8c3b7173 (patch) | |
| tree | 655d6ba239ba2ad48baaebf5bc1dfd2a583f3e80 | |
| parent | template: Add generic special colors to xrdb. (diff) | |
| download | pywal-0.3.6.tar.xz pywal-0.3.6.zip | |
version: bump0.3.6
| -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 7e07452..5b28a0d 100755 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -4,7 +4,7 @@ Global Constants. import pathlib -__version__ = "0.3.5" +__version__ = "0.3.6" # Internal variables. |