We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8068e74 commit 3cb2420Copy full SHA for 3cb2420
ropgadget/version.py
@@ -6,6 +6,6 @@
6
## http://shell-storm.org/project/ROPgadget/
7
##
8
9
-MAJOR_VERSION = 6
10
-MINOR_VERSION = 9
+MAJOR_VERSION = 7
+MINOR_VERSION = 0
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 = "6.9"
+version = "7.0"
49
50
setup(
51
name = package_name,
0 commit comments