diff options
| author | Dylan Araps <[email protected]> | 2017-06-30 20:07:58 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-06-30 20:07:58 +1000 |
| commit | dc0822987748c3a396343590569a8a7974183c09 (patch) | |
| tree | 64c441b453e80b1e4ed2d2ce4fdcff486d336838 | |
| parent | colors: Fix bug with i3 titlebars not being the right color. (diff) | |
| download | pywal-0.3.4.tar.xz pywal-0.3.4.zip | |
version: bump0.3.4
| -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 c9e0e6b..e0b7470 100755 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -4,7 +4,7 @@ Global Constants. import pathlib -__version__ = "0.3.3" +__version__ = "0.3.4" # Internal variables. |