From 6cc3a91ce5894affdc64eab6583a4dea8d6d41b2 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 22 Jun 2017 14:48:07 +1000 Subject: [PATCH] pypi: heck off --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c25b05b..f48ca3f 100644 --- a/setup.py +++ b/setup.py @@ -12,13 +12,13 @@ DESC = "".join(DESC) setup( name="pywal", - version="0.1.2", + version="0.1.3", 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.2.tar.gz", + download_url="https://github.com/dylanaraps/wal.py/archive/0.1.3.tar.gz", scripts=["wal"] )