From e0842aa6267fb03875df551c3ec4cd3ca4c5a660 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 30 Jun 2017 15:53:46 +1000 Subject: general: Remove non-ascii char from setup.py --- pywal/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pywal') diff --git a/pywal/settings.py b/pywal/settings.py index 55862c5..c9e0e6b 100755 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -4,7 +4,7 @@ Global Constants. import pathlib -__version__ = "0.3.2" +__version__ = "0.3.3" # Internal variables. -- cgit v1.2.3