Skip to content

Commit 90d9ff7

Browse files
committed
Add version 7.5
1 parent 9f20a4b commit 90d9ff7

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 = 4
10+
MINOR_VERSION = 5
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.4"
48+
version = "7.5"
4949

5050
setup(
5151
name = package_name,

0 commit comments

Comments
 (0)