diff options
| author | Dylan Araps <[email protected]> | 2017-07-28 16:56:01 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-07-28 16:56:01 +1000 |
| commit | d67cd885ea88c3d11bb2d671c231aa9364f6ba14 (patch) | |
| tree | 72278edb63b5d670af7165ad586fedd447bc7fb3 | |
| parent | css: Fixed css background variable (diff) | |
| download | pywal-0.5.6.tar.xz pywal-0.5.6.zip | |
version: bump0.5.6
| -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 3a24179..419340a 100644 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -12,7 +12,7 @@ Created by Dylan Araps. import pathlib -__version__ = "0.5.5" +__version__ = "0.5.6" HOME = pathlib.Path.home() |