diff --git a/pywal/settings.py b/pywal/settings.py index 626f83a..f3f80e3 100644 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -12,7 +12,7 @@ Created by Dylan Araps. import pathlib -__version__ = "0.5.0" +__version__ = "0.5.1" HOME = pathlib.Path.home()