Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit 863eb6c

Browse files
committed
setup.py: bump version and update
1 parent 10d2e8c commit 863eb6c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
setup(
3232
name="python-idb",
33-
version="0.6.0",
33+
version="0.7.0",
3434
description="Pure Python parser for IDA Pro databases (.idb files)",
3535
author="Willi Ballenthin",
3636
author_email="[email protected]",
@@ -47,5 +47,9 @@
4747
classifiers=[
4848
"License :: OSI Approved :: Apache Software License",
4949
"Programming Language :: Python :: 2.7",
50+
"Programming Language :: Python :: 3",
51+
"Operating System :: OS Independent",
52+
"Topic :: Security",
53+
"Topic :: Software Development :: Disassemblers"
5054
],
5155
)

0 commit comments

Comments
 (0)