Skip to content

Commit 3cb2420

Browse files
committed
Add version 7.0
1 parent 8068e74 commit 3cb2420

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ropgadget/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
## http://shell-storm.org/project/ROPgadget/
77
##
88

9-
MAJOR_VERSION = 6
10-
MINOR_VERSION = 9
9+
MAJOR_VERSION = 7
10+
MINOR_VERSION = 0
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.9"
48+
version = "7.0"
4949

5050
setup(
5151
name = package_name,

0 commit comments

Comments
 (0)