summaryrefslogtreecommitdiff
path: root/pywal
diff options
context:
space:
mode:
authordylan araps <dylan.araps@gmail.com>2017-10-25 09:03:53 +1100
committerdylan araps <dylan.araps@gmail.com>2017-10-25 09:03:53 +1100
commitac0fdb990603261f38842e47e9e387fb5e8e7864 (patch)
tree920b2f7183999394387c2e83b094fd6c88ee48d1 /pywal
parent96484b0afbd94880336d6b48abbb8822a4bb723d (diff)
general: Fix license not included in pypi tarball
Diffstat (limited to 'pywal')
-rw-r--r--pywal/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/settings.py b/pywal/settings.py
index 67c921e..5845b20 100644
--- a/pywal/settings.py
+++ b/pywal/settings.py
@@ -13,7 +13,7 @@ import os
import platform
-__version__ = "0.7.0"
+__version__ = "0.7.1"
HOME = os.getenv("HOME", os.getenv("USERPROFILE"))