From 0f3a478e014a1c0b7bcb71e12d5f328df1f09fcb Mon Sep 17 00:00:00 2001
From: Michael Thies <m.thies@plt.rwth-aachen.de>
Date: Tue, 2 Feb 2021 09:25:35 +0100
Subject: [PATCH] Bump version to 0.2.1

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index ca637e77..4ec0d427 100755
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ with open("README.md", "r", encoding='utf-8') as fh:
 
 setuptools.setup(
     name="pyi40aas",
-    version="0.2.0",
+    version="0.2.1",
     author="Chair of Process Control Engineering, RWTH Aachen",
     author_email="m.thies@plt.rwth-aachen.de",
     description="An implementation of the Asset Administration Shell for Industry 4.0 systems",
-- 
GitLab