diff --git a/README.md b/README.md
index 387eb44..d4790ef 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Web interface for the Volatility Memory Forensics Framework
https://github.com/volatilityfoundation/volatility
-Current Version: 1.5 (2015-11-09)
+Current Version: 1.6 (2017-11-16)
See what people are saying: [#EvolveTool](https://twitter.com/search?q=%23evolvetool)
Short video demo:
https://youtu.be/55G2oGPQHF8
@@ -71,3 +71,4 @@ v1.2 - Pre-Scan option to run list of plugins at the start
v1.3 - Added Morph function and sample Morphs. Also fixed multiprocess bug in Windows.
v1.4 - Added Morph config builder and more sample Morphs. Added searchable and sortable table.
v1.5 - Added dynamic memory profile chooser.
+v1.6 - Added plugin search and other optimizations.
\ No newline at end of file
diff --git a/setup.py b/setup.py
index c9ae2bb..d9e519d 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
setup(
name='evolve',
- version='1.5',
+ version='1.6',
packages=['morphs','web'],
url='https://github.com/JamesHabben/evolve',
license='',