diff options
| author | Dylan Araps <[email protected]> | 2017-06-25 23:38:00 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-06-25 23:38:00 +1000 |
| commit | 9930a18a34261780941db8a1d0af1fe9e8f24c17 (patch) | |
| tree | fcf4115361a59bd740a392c7dd573b4cb1b90552 | |
| parent | General: Change shebang to python3, closes #5 (diff) | |
| download | pywal-9930a18a34261780941db8a1d0af1fe9e8f24c17.tar.xz pywal-9930a18a34261780941db8a1d0af1fe9e8f24c17.zip | |
Release: 0.1.60.1.6
| -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.5", + version="0.1.6", 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/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", |