diff options
| author | Dylan Araps <[email protected]> | 2018-04-03 07:26:19 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2018-04-03 07:26:19 +1000 |
| commit | 5de1243623936eb039555177051122f1e3bd4d39 (patch) | |
| tree | 21bd574afc0300d37914ec9bc9fbfbbfe6137fba | |
| parent | args: Fix bug where you couldn't use --backend. (diff) | |
| download | pywal-2.0.3.tar.xz pywal-2.0.3.zip | |
version: bump2.0.3
| -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 7a5d2fb..eaac1cf 100644 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -13,7 +13,7 @@ import os import platform -__version__ = "2.0.2" +__version__ = "2.0.3" __cache_version__ = "1.1.0" |