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