diff options
| author | deviantfero <[email protected]> | 2018-02-04 03:48:59 -0600 |
|---|---|---|
| committer | deviantfero <[email protected]> | 2018-02-04 03:48:59 -0600 |
| commit | 5358053ee8299be3e96c4f3eb40094fb8a572d7d (patch) | |
| tree | 2094011368562fbca5a0b26500f9c40650b0cf13 | |
| parent | color: use __template_version__ instead of pywal's version to create cache_file (diff) | |
| download | pywal-5358053ee8299be3e96c4f3eb40094fb8a572d7d.tar.xz pywal-5358053ee8299be3e96c4f3eb40094fb8a572d7d.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 ba77347..dfe0b98 100644 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -13,7 +13,7 @@ import os import platform -__version__ = "1.3.0" +__version__ = "1.3.1" __template_version__ = "1.0.0" |