diff options
| author | Dylan Araps <[email protected]> | 2017-06-27 10:03:00 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-06-27 10:03:00 +1000 |
| commit | ae769c2401976426c9923cdf397aea281029ef75 (patch) | |
| tree | 5d6965028715e1ee8076145988e1876dbdd9b6da | |
| parent | Merge pull request #10 from danielx/setup-fix (diff) | |
| download | pywal-0.2.2.tar.xz pywal-0.2.2.zip | |
Release: 0.2.10.2.2
| -rwxr-xr-x | pywal/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/settings.py b/pywal/settings.py index b2eb8de..fb35d9e 100755 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -4,7 +4,7 @@ Global Constants. import pathlib -__version__ = "0.2.1" +__version__ = "0.2.2" # Internal variables. |