Mercurial > code > home > repos > grepedit
diff setup.py @ 1:9251cd695508 default tip
v2.0 support for py3
author | drewp@bigasterisk.com |
---|---|
date | Tue, 05 Apr 2022 21:53:12 -0700 |
parents | 7ddcd92b2191 |
children |
line wrap: on
line diff
--- a/setup.py Tue Apr 05 21:47:56 2022 -0700 +++ b/setup.py Tue Apr 05 21:53:12 2022 -0700 @@ -2,12 +2,12 @@ setup(name="grepedit", - version="1.0", + version="2.0", description="edit the result of a grep and modify the original files", author="Drew Perttula", author_email="drewp@bigasterisk.com", url="http://bigasterisk.com/grepedit", - download_url="http://projects.bigasterisk.com/grepedit-1.0.tar.gz", + download_url="http://projects.bigasterisk.com/grepedit-2.0.tar.gz", scripts=["grepedit"],