Skip to content

Commit

Permalink
setup.py: bump version and update
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka committed Aug 28, 2020
1 parent 10d2e8c commit 863eb6c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

setup(
name="python-idb",
version="0.6.0",
version="0.7.0",
description="Pure Python parser for IDA Pro databases (.idb files)",
author="Willi Ballenthin",
author_email="[email protected]",
Expand All @@ -47,5 +47,9 @@
classifiers=[
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Topic :: Security",
"Topic :: Software Development :: Disassemblers"
],
)

0 comments on commit 863eb6c

Please sign in to comment.