Fix some version number

This commit is contained in:
Jonathan Salwan
2016-06-22 17:07:38 +02:00
parent 61edf4ccf3
commit 68baac3e86
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -11,6 +11,6 @@
## (at your option) any later version.
MAJOR_VERSION = 5
MINOR_VERSION = 4
MINOR_VERSION = 5
PYROPGADGET_VERSION = "ROPgadget v%d.%d" %(MAJOR_VERSION, MINOR_VERSION)
+1 -2
View File
@@ -42,7 +42,7 @@ for dirpath, dirnames, filenames in os.walk(package_dir):
elif filenames:
data_files.append([dirpath, [os.path.join(dirpath, f) for f in filenames]])
version = "5.4"
version = "5.5"
setup(
name = package_name,
@@ -52,7 +52,6 @@ setup(
license = "GLPv2",
author = "Jonathan Salwan",
author_email = "jonathan.salwan@gmail.com",
install_requires = ['capstone'],
url = "https://github.com/JonathanSalwan/ROPgadget",
scripts = ['scripts/ROPgadget'],
classifiers = [