Commit d0cd9342 by Craig Heffner

2.1.1 release

parent 2cb6e5da
......@@ -201,7 +201,7 @@ for data_dir in ["magic", "config", "plugins", "modules", "core"]:
# Install the module, script, and support files
setup(name = MODULE_NAME,
version = "2.1.0",
version = "2.1.1",
description = "Firmware analysis tool",
author = "Craig Heffner",
url = "https://github.com/devttys0/%s" % MODULE_NAME,
......
......@@ -17,7 +17,7 @@ class Settings:
o PLUGINS - Path to the plugins directory.
'''
# Release version
VERSION = "2.1.0"
VERSION = "2.1.1"
# Sub directories
BINWALK_USER_DIR = ".binwalk"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment