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