diff options
| author | Aaron Eikenberry <[email protected]> | 2017-08-03 00:02:18 -0500 |
|---|---|---|
| committer | Aaron Eikenberry <[email protected]> | 2017-08-03 00:02:18 -0500 |
| commit | 91992dca01a397e8bc9e7026f845b49937092897 (patch) | |
| tree | 5b9aa125923f400c13af8a3bc1fe49e96749669a | |
| parent | adds test for -e (diff) | |
| parent | version: bump (diff) | |
| download | pywal-91992dca01a397e8bc9e7026f845b49937092897.tar.xz pywal-91992dca01a397e8bc9e7026f845b49937092897.zip | |
Merge branch 'master' of github.com:dylanaraps/pywal
* 'master' of github.com:dylanaraps/pywal:
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 a8145db..c500243 100644 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -13,7 +13,7 @@ import pathlib import platform -__version__ = "0.5.11" +__version__ = "0.5.12" HOME = pathlib.Path.home() |