Skip to content

Commit 0fd62cc

Browse files
committed
Add version 7.4
1 parent 99bd349 commit 0fd62cc

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

5050
setup(
5151
name = package_name,

0 commit comments

Comments
 (0)