summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-06-22 23:21:10 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-06-22 23:21:10 +1000
commitd3b618216e77358500203ac0a823fc5da8badd01 (patch)
tree623f58f8c9e980cc5c6fe5e502a5484d8e4a6fb2 /setup.py
parentc1be24cec298b8f64c1898c433a84f79fea58ba3 (diff)
General: Bump version
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 95be8e3..2858b6f 100644
--- a/setup.py
+++ b/setup.py
@@ -12,14 +12,14 @@ DESC = "".join(DESC)
setup(
name="pywal",
- version="0.1.3",
+ version="0.1.4",
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/wal.py",
- download_url="https://github.com/dylanaraps/wal.py/archive/0.1.3.tar.gz",
+ download_url="https://github.com/dylanaraps/wal.py/archive/0.1.4.tar.gz",
scripts=["wal"],
classifiers=[
"Environment :: X11 Applications",