diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-06-27 10:43:23 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-06-27 10:43:23 +1000 |
| commit | 277c27c98a819c8e8de9dffde07192791a0d16d4 (patch) | |
| tree | 412e0215e5dda680f8052e87d87292ffb56d26d4 /pywal | |
| parent | b8f1e73e11125c1225100dabe38284c9e4284945 (diff) | |
General: Remove find_packages
Diffstat (limited to 'pywal')
| -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 558f923..011e29f 100755 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -4,7 +4,7 @@ Global Constants. import pathlib -__version__ = "0.2.3" +__version__ = "0.2.4" # Internal variables. |
