Skip to content

Commit 030b4d9

Browse files
committed
Add version 7.2
1 parent 994238f commit 030b4d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ropgadget/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
##
88

99
MAJOR_VERSION = 7
10-
MINOR_VERSION = 1
10+
MINOR_VERSION = 2
1111
PYROPGADGET_VERSION = "ROPgadget v%d.%d" % (MAJOR_VERSION, MINOR_VERSION)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def fullsplit(path, result=None):
4545
elif filenames:
4646
data_files.append([dirpath, [os.path.join(dirpath, f) for f in filenames]])
4747

48-
version = "7.1"
48+
version = "7.2"
4949

5050
setup(
5151
name = package_name,

0 commit comments

Comments
 (0)