diff options
| author | Dylan Araps <[email protected]> | 2017-07-30 10:42:41 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-07-30 10:42:41 +1000 |
| commit | ce046fb9485b5623081add560010b1e24dbd423d (patch) | |
| tree | 7c4ad6c6765613bc13a82c5c32c92d366dc44414 | |
| parent | wallpaper: Fix crash when old wallpaper file doesn't exist. Fixes #63 (diff) | |
| download | pywal-0.5.7.tar.xz pywal-0.5.7.zip | |
version: bump0.5.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 419340a..812c050 100644 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -12,7 +12,7 @@ Created by Dylan Araps. import pathlib -__version__ = "0.5.6" +__version__ = "0.5.7" HOME = pathlib.Path.home() |