diff options
| author | Dylan Araps <[email protected]> | 2017-06-24 09:29:35 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-06-24 09:29:35 +1000 |
| commit | efb5305765ae9659b1095151f12a680ba114b3eb (patch) | |
| tree | 9f9271153223cc48cf6dc48c01c9d03dfca4243c /setup.py | |
| parent | DOCS: Revert changes. (diff) | |
| download | pywal-efb5305765ae9659b1095151f12a680ba114b3eb.tar.xz pywal-efb5305765ae9659b1095151f12a680ba114b3eb.zip | |
General: Release
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,14 +12,14 @@ DESC = "".join(DESC) setup( name="pywal", - version="0.1.4", + version="0.1.5", author="Dylan Araps", author_email="[email protected]", 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.4.tar.gz", + download_url="https://github.com/dylanaraps/wal.py/archive/0.1.5.tar.gz", scripts=["wal"], classifiers=[ "Environment :: X11 Applications", |