Skip to content

Commit

Permalink
Prepare for release 0.32
Browse files Browse the repository at this point in the history
Updates #593
  • Loading branch information
eliben committed Feb 19, 2025
1 parent cae8043 commit d4ea35f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ New version

* Update elftools/__init__.py
* Update setup.py
* Update CHANGES
* Tag in git (v0.xx)

construct
Expand Down
2 changes: 1 addition & 1 deletion elftools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# Eli Bendersky (eliben@gmail.com)
# This code is in the public domain
#-------------------------------------------------------------------------------
__version__ = '0.31'
__version__ = '0.32'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
description='Library for analyzing ELF files and DWARF debugging information',
long_description=description,
license='Public domain',
version='0.31',
version='0.32',
author='Eli Bendersky',
maintainer='Eli Bendersky',
author_email='eliben@gmail.com',
Expand Down

0 comments on commit d4ea35f

Please sign in to comment.