diff options
| author | Dylan Araps <[email protected]> | 2017-07-06 22:33:57 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-07-06 22:33:57 +1000 |
| commit | b79c44e5ffd5803d0d6be5115ec3bf96ce283fb6 (patch) | |
| tree | 0d34be9b426d0ee0906ff0c831995f4b05586d0b | |
| parent | wallpaper: Fix a bug causing wallpaper not to change properly in some DEs. (diff) | |
| download | pywal-0.3.7.tar.xz pywal-0.3.7.zip | |
version: bump0.3.7
| -rw-r--r-- | pywal/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/settings.py b/pywal/settings.py index 7601c4b..c73eeae 100644 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -4,7 +4,7 @@ Global Constants. import pathlib -__version__ = "0.3.6" +__version__ = "0.3.7" COLOR_COUNT = 16 |