General: Bump version

This commit is contained in:
Dylan Araps
2017-06-22 23:21:10 +10:00
parent c1be24cec2
commit d3b618216e

View File

@ -12,14 +12,14 @@ DESC = "".join(DESC)
setup( setup(
name="pywal", name="pywal",
version="0.1.3", version="0.1.4",
author="Dylan Araps", author="Dylan Araps",
author_email="dylan.araps@gmail.com", author_email="dylan.araps@gmail.com",
description="🎨 Generate and change colorschemes on the fly", description="🎨 Generate and change colorschemes on the fly",
long_description=DESC, long_description=DESC,
license="MIT", license="MIT",
url="https://github.com/dylanaraps/wal.py", 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"], scripts=["wal"],
classifiers=[ classifiers=[
"Environment :: X11 Applications", "Environment :: X11 Applications",