Skip to content

Commit 9dbc2f9

Browse files
committed
Add version 6.7
1 parent 40d4145 commit 9dbc2f9

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 = 6
10-
MINOR_VERSION = 6
10+
MINOR_VERSION = 7
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 = "6.6"
48+
version = "6.7"
4949

5050
setup(
5151
name = package_name,

0 commit comments

Comments
 (0)