diff options
| author | Dylan Araps <[email protected]> | 2017-06-30 15:16:15 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-06-30 15:16:15 +1000 |
| commit | c8f76a5604f3f4103d92915e33d6394bc17bfd9c (patch) | |
| tree | 75aa3d077a1fbfe5c65f85d105f017c129307175 | |
| parent | docs: README (diff) | |
| download | pywal-0.3.0.tar.xz pywal-0.3.0.zip | |
version: bump0.3.0
| -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 d94b7eb..445e00a 100755 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -4,7 +4,7 @@ Global Constants. import pathlib -__version__ = "0.2.6" +__version__ = "0.3.0" # Internal variables. |