diff --git a/README.rst b/README.rst
index 264321d..8c64277 100644
--- a/README.rst
+++ b/README.rst
@@ -117,7 +117,7 @@
-.. image:: https://raw.githubusercontent.com/TDKorn/my-magento/v2.1.3/docs/source/_static/magento_orange.png
+.. image:: https://raw.githubusercontent.com/TDKorn/my-magento/v2.1.4/docs/source/_static/magento_orange.png
:alt: Logo for MyMagento: Python Magento 2 REST API Wrapper
:width: 15%
diff --git a/magento/__init__.py b/magento/__init__.py
index 635fa82..7bfff0e 100644
--- a/magento/__init__.py
+++ b/magento/__init__.py
@@ -5,7 +5,7 @@
from . import exceptions
import os
-__version__ = "2.1.3"
+__version__ = "2.1.4"
Client = clients.Client
logger = utils.MagentoLogger(