summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-06-26 11:22:43 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-06-26 11:22:43 +1000
commitd17282cdc01a41cc70e0919ace55715eac3dd6d1 (patch)
treef25c60b47124767f95b619f5483e41301844dcff /setup.py
parent8ced0111951a62ef297000f95bfd9040aa643c59 (diff)
Travis: Fix travis.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 01e2096..660cc64 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ DESC = (
DESC = "".join(DESC)
-VERSION = pywal.__version__
+VERSION = pywal.wal.__version__
DOWNLOAD_URL = f"https://github.com/dylanaraps/pywal/archive/{VERSION}.tar.gz"