diff options
| author | Aaron Eikenberry <aeikenberry@gmail.com> | 2017-08-02 23:20:51 -0500 |
|---|---|---|
| committer | Aaron Eikenberry <aeikenberry@gmail.com> | 2017-08-02 23:20:51 -0500 |
| commit | 648ff3c4f0480a5ef528cd3118e9bc4fee393e7e (patch) | |
| tree | b4b97b9b1c83d982480982b075ba8fc42c194f52 /pywal/settings.py | |
| parent | 6a4c7de6510e914b029a36461e2777633eb69060 (diff) | |
| parent | 8a0b380eb548766e30c6e6d1818bbcbbef84c19a (diff) | |
Merge branch 'master' of github.com:dylanaraps/pywal
* 'master' of github.com:dylanaraps/pywal:
version: bump
tests: Fix test
colors: fix print
colors: Create comment color based on bg.
version: bump
Diffstat (limited to 'pywal/settings.py')
| -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 61af72b..a8145db 100644 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -13,7 +13,7 @@ import pathlib import platform -__version__ = "0.5.9" +__version__ = "0.5.11" HOME = pathlib.Path.home() |
