diff options
| author | Dylan Araps <[email protected]> | 2017-07-07 10:54:34 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-07-07 10:54:34 +1000 |
| commit | b2afeed7e38cee9604ce26f3404da2d316d4c378 (patch) | |
| tree | 331ab4c253a5af198d596c8d695e74c28aca1abd | |
| parent | util: Update docs (diff) | |
| download | pywal-0.3.8.tar.xz pywal-0.3.8.zip | |
version: bump0.3.8
| -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 c73eeae..8271fb7 100644 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -4,7 +4,7 @@ Global Constants. import pathlib -__version__ = "0.3.7" +__version__ = "0.3.8" COLOR_COUNT = 16 |