We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440ffe9 commit 1d13237Copy full SHA for 1d13237
ropgadget/version.py
@@ -7,5 +7,5 @@
7
##
8
9
MAJOR_VERSION = 7
10
-MINOR_VERSION = 6
+MINOR_VERSION = 7
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.6"
+version = "7.7"
49
50
setup(
51
name = package_name,
0 commit comments