summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDylan Araps <dylanaraps@users.noreply.github.com>2017-06-27 01:04:31 +1000
committerGitHub <noreply@github.com>2017-06-27 01:04:31 +1000
commit5c7c84601b74b5f00759baf79dcf72ae6f71b604 (patch)
tree79716fb61afb806e20913dd18f66ed42be6f3507 /setup.py
parent7f321568b273f1490a73354ce846b2536dd6d12b (diff)
parent94661b371657d6c3d1330ce1bc33180f679b3b91 (diff)
Merge pull request #8 from dylanaraps/split
General: Split wal into multiple files.
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 660cc64..01e2096 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ DESC = (
DESC = "".join(DESC)
-VERSION = pywal.wal.__version__
+VERSION = pywal.__version__
DOWNLOAD_URL = f"https://github.com/dylanaraps/pywal/archive/{VERSION}.tar.gz"