diff --git a/README.md b/README.md
index 6705e4b23cb90fcbc8b304d965eafc94fa99adad..884d48636e31da87d1d8c96dc71afa038af7cd53 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 [![Build](https://git-ce.rwth-aachen.de/wzl-mq-ms/forschung-lehre/lava/unified-device-interface/python/badges/master/pipeline.svg)](https://git-ce.rwth-aachen.de/wzl-mq-ms/forschung-lehre/lava/unified-device-interface/python/commits/master)
 
 # Python Unified Device Interface
-Current stable version: 10.0.1
+Current stable version: 10.0.2
 
 ## Installation
 1. Install the WZL-UDI package via pip
@@ -69,6 +69,10 @@ Funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation)
 
 ## Recent changes
 
+
+**10.0.2** - 2024-03-21
+  - bug fix
+
 **10.0.1** - 2024-03-21
   - removed strict-rfc3339 dependency to avoid licensing issues
 
diff --git a/setup.py b/setup.py
index 71b071615217855987ba3ca5e736e519bdafb289..2c755c387c18c0dd04630d8c7acd140646490616 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
     long_description = fh.read()
 
 setup(name='wzl-udi',
-      version='10.0.1',
+      version='10.0.2',
       url='https://git-ce.rwth-aachen.de/wzl-mq-public/soil/python',
       project_urls={
           "Bug Tracker": "https://git-ce.rwth-aachen.de/wzl-mq-public/soil/python/-/issues",