diff --git a/README.md b/README.md
index 7066326..c3f2184 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 <h1 align="center">
   PyEnzyme<br>
-  <img src="https://img.shields.io/badge/PyEnzyme-1.1.4-blue" alt="v1.1.4">
+  <img src="https://img.shields.io/badge/PyEnzyme-1.1.5-blue" alt="v1.1.5">
   <img src="https://github.com/EnzymeML/PyENzyme/actions/workflows/build.yml/badge.svg" alt="Build Badge"> <img src='https://readthedocs.org/projects/pyenzyme/badge/?version=latest' alt='Documentation Status' />
 </a>
 <a href="https://www.codacy.com/gh/EnzymeML/PyEnzyme/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=EnzymeML/PyEnzyme&amp;utm_campaign=Badge_Grade"><img src="https://app.codacy.com/project/badge/Grade/4ceb8d010e7b456c926c8b18737ff102"/></a>
diff --git a/docs/conf.py b/docs/conf.py
index 25519f1..87190fd 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -23,7 +23,7 @@
 author = "Jan Range, Dr. Frank Bergmann, Prof. Dr. Johann Rohwer"
 
 # The full version, including alpha/beta/rc tags
-release = "1.1.4"
+release = "1.1.5"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyenzyme/__init__.py b/pyenzyme/__init__.py
index c73ffa4..fc23d64 100644
--- a/pyenzyme/__init__.py
+++ b/pyenzyme/__init__.py
@@ -19,4 +19,4 @@
 import pyenzyme.enzymeml.models
 
 
-__version__ = "1.1.4"
+__version__ = "1.1.5"
diff --git a/setup.py b/setup.py
index 40ef082..b72322a 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@
 
 setup(
     name="PyEnzyme",
-    version="1.1.4",
+    version="1.1.5",
     description="Handling of EnzymeML files",
     url="https://github.com/EnzymeML/PyEnzyme",
     author="Range, Jan",
@@ -41,7 +41,7 @@
         "pyyaml",
         "deprecation",
         "xmltodict",
-        "requests"
+        "requests",
     ],
     extras_require={
         "test": ["pytest-cov"],