We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3463a9 commit 02939edCopy full SHA for 02939ed
ropgadget/version.py
@@ -7,5 +7,5 @@
7
##
8
9
MAJOR_VERSION = 7
10
-MINOR_VERSION = 5
+MINOR_VERSION = 6
11
PYROPGADGET_VERSION = "ROPgadget v%d.%d" % (MAJOR_VERSION, MINOR_VERSION)
setup.py
@@ -45,7 +45,7 @@ def fullsplit(path, result=None):
45
elif filenames:
46
data_files.append([dirpath, [os.path.join(dirpath, f) for f in filenames]])
47
48
-version = "7.5"
+version = "7.6"
49
50
setup(
51
name = package_name,
0 commit comments