diff options
| author | Dylan Araps <[email protected]> | 2018-04-02 17:01:05 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2018-04-02 17:01:05 +1000 |
| commit | aa8ee24aaa5fa13f58024022361443c6ce393080 (patch) | |
| tree | 0b03ab957d260ade0cdf9dbe3819d772c24733c3 | |
| parent | export: Cleanup (diff) | |
| download | pywal-2.0.2.tar.xz pywal-2.0.2.zip | |
version: bump2.0.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 7790ae9..7a5d2fb 100644 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -13,7 +13,7 @@ import os import platform -__version__ = "2.0.1" +__version__ = "2.0.2" __cache_version__ = "1.1.0" |