diff options
| author | Dylan Araps <[email protected]> | 2017-06-22 14:48:07 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-06-22 14:48:07 +1000 |
| commit | 6cc3a91ce5894affdc64eab6583a4dea8d6d41b2 (patch) | |
| tree | 89ddcd6be898b79d77551282067026b35e2e2116 /setup.py | |
| parent | pypi: .. (diff) | |
| download | pywal-6cc3a91ce5894affdc64eab6583a4dea8d6d41b2.tar.xz pywal-6cc3a91ce5894affdc64eab6583a4dea8d6d41b2.zip | |
pypi: heck off0.1.3
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,13 +12,13 @@ DESC = "".join(DESC) setup( name="pywal", - version="0.1.2", + version="0.1.3", 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.2.tar.gz", + download_url="https://github.com/dylanaraps/wal.py/archive/0.1.3.tar.gz", scripts=["wal"] ) |