diff --git a/README.rst b/README.rst
index 0555f1a..39202ae 100644
--- a/README.rst
+++ b/README.rst
@@ -127,7 +127,7 @@
-.. image:: https://raw.githubusercontent.com/TDKorn/my-magento/v2.1.4/docs/source/_static/magento_orange.png
+.. image:: https://raw.githubusercontent.com/TDKorn/my-magento/v2.2.0/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 7bfff0e..df7788d 100644
--- a/magento/__init__.py
+++ b/magento/__init__.py
@@ -5,7 +5,7 @@
from . import exceptions
import os
-__version__ = "2.1.4"
+__version__ = "2.2.0"
Client = clients.Client
logger = utils.MagentoLogger(