Skip to content

Commit d4ea35f

Browse files
committed
Prepare for release 0.32
Updates #593
1 parent cae8043 commit d4ea35f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

TODO

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ New version
33

44
* Update elftools/__init__.py
55
* Update setup.py
6-
* Update CHANGES
76
* Tag in git (v0.xx)
87

98
construct

elftools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# Eli Bendersky (eliben@gmail.com)
55
# This code is in the public domain
66
#-------------------------------------------------------------------------------
7-
__version__ = '0.31'
7+
__version__ = '0.32'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
description='Library for analyzing ELF files and DWARF debugging information',
2525
long_description=description,
2626
license='Public domain',
27-
version='0.31',
27+
version='0.32',
2828
author='Eli Bendersky',
2929
maintainer='Eli Bendersky',
3030
author_email='eliben@gmail.com',

0 commit comments

Comments
 (0)