diff options
| author | Dylan Araps <[email protected]> | 2018-10-23 23:34:29 +1100 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2018-10-23 23:34:29 +1100 |
| commit | abc65a59d19a047815d58e7158ce8da87afbab89 (patch) | |
| tree | 6af0cc97ec5d0b17e4f6ea760017f97136452873 | |
| parent | general: lil bit more cont (diff) | |
| download | pywal-abc65a59d19a047815d58e7158ce8da87afbab89.tar.xz pywal-abc65a59d19a047815d58e7158ce8da87afbab89.zip | |
version: bump
| -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 8963115..80ca130 100644 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -13,7 +13,7 @@ import os import platform -__version__ = "3.1.0" +__version__ = "3.2.0" __cache_version__ = "1.1.0" |