diff options
| author | Dylan Araps <[email protected]> | 2018-01-07 11:15:31 +1100 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2018-01-07 11:15:31 +1100 |
| commit | 008c70cb8bce6bae9f74ae922515770636c1c320 (patch) | |
| tree | a5c91237b271a215ceedfb4a0614a1e654704142 | |
| parent | colors: better sort and better white by blending. (diff) | |
| download | pywal-1.1.2.tar.xz pywal-1.1.2.zip | |
version: bump1.1.2
| -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 a6eb00a..04079ef 100644 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -13,7 +13,7 @@ import os import platform -__version__ = "1.1.1" +__version__ = "1.1.2" HOME = os.getenv("HOME", os.getenv("USERPROFILE")) |