summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-06-25 23:38:00 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-06-25 23:38:00 +1000
commit9930a18a34261780941db8a1d0af1fe9e8f24c17 (patch)
treefcf4115361a59bd740a392c7dd573b4cb1b90552 /setup.py
parent0f358ba5edf403c8195b7016e6106d97e6ad5fa9 (diff)
Release: 0.1.6
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index e21446a..10c5307 100644
--- a/setup.py
+++ b/setup.py
@@ -12,14 +12,14 @@ DESC = "".join(DESC)
setup(
name="pywal",
- version="0.1.5",
+ version="0.1.6",
author="Dylan Araps",
author_email="dylan.araps@gmail.com",
description="🎨 Generate and change colorschemes on the fly",
long_description=DESC,
license="MIT",
url="https://github.com/dylanaraps/pywal",
- download_url="https://github.com/dylanaraps/pywal/archive/0.1.5.tar.gz",
+ download_url="https://github.com/dylanaraps/pywal/archive/0.1.6.tar.gz",
scripts=["wal"],
classifiers=[
"Environment :: X11 Applications",