diff options
| author | Dylan Araps <[email protected]> | 2017-06-27 01:16:14 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-06-27 01:16:14 +1000 |
| commit | 5e95482a19866c66ec11b31b50363f50f24906ab (patch) | |
| tree | d0e7e654d7dcfafc36f8bf3937fc06b4062507e2 | |
| parent | General: Remove unused function. (diff) | |
| download | pywal-0.2.1.tar.xz pywal-0.2.1.zip | |
version: bump0.2.1
| -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 8758a98..b2eb8de 100755 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -4,7 +4,7 @@ Global Constants. import pathlib -__version__ = "0.2.0" +__version__ = "0.2.1" # Internal variables. |