diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-03-13 22:38:52 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-03-13 22:38:52 -0400 |
commit | e6ae5bed6f651b8a4c901c25038427e3eb58763d (patch) | |
tree | fb05b7da9fb7f3efe88315e1f0247ce3d574f293 /scripts | |
parent | misc/elf-manipulate/Makefile: override .gitignore (diff) | |
download | elfix-e6ae5bed6f651b8a4c901c25038427e3eb58763d.tar.gz elfix-e6ae5bed6f651b8a4c901c25038427e3eb58763d.tar.bz2 elfix-e6ae5bed6f651b8a4c901c25038427e3eb58763d.zip |
scripts/setup.py: fix version number
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup.py b/scripts/setup.py index f428db2..0a1bf5c 100755 --- a/scripts/setup.py +++ b/scripts/setup.py @@ -103,7 +103,7 @@ else: setup( name = 'PaxPython', - version = '0.6.1', + version = '0.8', author = 'Anthony G. Basile', author_email = 'blueness@gentoo.org', url = 'http://dev.gentoo.org/~blueness/elfix', |