diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-06-25 23:38:00 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-06-25 23:38:00 +1000 |
| commit | 9930a18a34261780941db8a1d0af1fe9e8f24c17 (patch) | |
| tree | fcf4115361a59bd740a392c7dd573b4cb1b90552 /setup.py | |
| parent | 0f358ba5edf403c8195b7016e6106d97e6ad5fa9 (diff) | |
Release: 0.1.6
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.5", + version="0.1.6", 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/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", |
