diff options
| author | Dylan Araps <[email protected]> | 2017-07-10 10:47:54 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-07-10 10:47:54 +1000 |
| commit | bfae735b885e231cb18fe74a4d088e369c4b1b5c (patch) | |
| tree | f74d93b004d21b89cbd9a6166ec5fe25bcdada6f | |
| parent | general: Update (diff) | |
| download | pywal-bfae735b885e231cb18fe74a4d088e369c4b1b5c.tar.xz pywal-bfae735b885e231cb18fe74a4d088e369c4b1b5c.zip | |
version: bump
| -rw-r--r-- | pywal/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/settings.py b/pywal/settings.py index 447b4e3..9037285 100644 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -4,7 +4,7 @@ Global Constants. import pathlib -__version__ = "0.3.10" +__version__ = "0.4.0" COLOR_COUNT = 16 |