diff --git a/README.md b/README.md
index f5ad6e4..1365214 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Malwoverview.py
-[](https://github.com/alexandreborges/malwoverview/releases/tag/2.1.9) [](https://github.com/alexandreborges/malwoverview/releases) [](https://github.com/alexandreborges/malwoverview/releases) [](https://github.com/alexandreborges/malwoverview/blob/master/LICENSE)
+[](https://github.com/alexandreborges/malwoverview/releases/tag/2.1.9.1) [](https://github.com/alexandreborges/malwoverview/releases) [](https://github.com/alexandreborges/malwoverview/releases) [](https://github.com/alexandreborges/malwoverview/blob/master/LICENSE)
[](https://github.com/alexandreborges/malwoverview/stargazers) [](https://twitter.com/ale_sp_brazil)
(Gaps in the VT output at image above are because public VT API key, which allows only 4 searches per minute).
@@ -57,7 +57,7 @@
See GNU Public License on .
-# Current Version: 2.1.9
+# Current Version: 2.1.9.1
## Important note: Malwoverview does NOT submit samples to Virus Total or Hybrid Analysis by default. It submits only hashes, so respecting Non-Disclosure Agreements (NDAs). Nonetheless, if you use the "-V" (uppercase), "-A" (uppercase) or "-P" (uppercase), so Malwoverview SUBMITS your malware sample to Virus Total, Hybrid Analysis and Polyswarm, respectively.
@@ -460,7 +460,7 @@ Options:
# HISTORY
-Version 2.1.9:
+Version 2.1.9.1:
This version:
diff --git a/malwoverview.py b/malwoverview.py
index 487faa6..e3c2168 100755
--- a/malwoverview.py
+++ b/malwoverview.py
@@ -15,7 +15,7 @@
# See GNU Public License on .
-# Malwoverview.py: version 2.1.9
+# Malwoverview.py: version 2.1.9.1
import os
import sys
@@ -44,7 +44,7 @@
__author__ = "Alexandre Borges"
__copyright__ = "Copyright 2018-2020, Alexandre Borges"
__license__ = "GNU General Public License v3.0"
-__version__ = "2.1.9"
+__version__ = "2.1.9.1"
__email__ = "alexandreborges at blackstormsecurity.com"
haurl = 'https://www.hybrid-analysis.com/api/v2'