Commit d4ea35f 1 parent cae8043 commit d4ea35f Copy full SHA for d4ea35f
File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ New version
3
3
4
4
* Update elftools/__init__.py
5
5
* Update setup.py
6
- * Update CHANGES
7
6
* Tag in git (v0.xx)
8
7
9
8
construct
Original file line number Diff line number Diff line change 4
4
# Eli Bendersky (eliben@gmail.com)
5
5
# This code is in the public domain
6
6
#-------------------------------------------------------------------------------
7
- __version__ = '0.31 '
7
+ __version__ = '0.32 '
Original file line number Diff line number Diff line change 24
24
description = 'Library for analyzing ELF files and DWARF debugging information' ,
25
25
long_description = description ,
26
26
license = 'Public domain' ,
27
- version = '0.31 ' ,
27
+ version = '0.32 ' ,
28
28
author = 'Eli Bendersky' ,
29
29
maintainer = 'Eli Bendersky' ,
30
30
author_email = 'eliben@gmail.com' ,
You can’t perform that action at this time.
0 commit comments