diff options
| author | Dylan Araps <[email protected]> | 2018-04-02 07:26:06 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2018-04-02 07:26:06 +1000 |
| commit | 332dfe528328b445e869f79f6d5a2adae3a533fc (patch) | |
| tree | 462cf21214f8653bd9c9de34ad007c578df853ae | |
| parent | logging: Use stdout instead. (diff) | |
| download | pywal-2.0.1.tar.xz pywal-2.0.1.zip | |
version: bump2.0.1
| -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 7e80174..7790ae9 100644 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -13,7 +13,7 @@ import os import platform -__version__ = "2.0.0" +__version__ = "2.0.1" __cache_version__ = "1.1.0" |