Commit for release 0.1.0
diff --git a/api/pom.xml b/api/pom.xml
index 184cb9a..1e7f868 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-agents</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.0</version>
     </parent>
 
     <artifactId>flink-agents-api</artifactId>
diff --git a/dist/pom.xml b/dist/pom.xml
index ae21aca..ae031ba 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-agents</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.0</version>
     </parent>
 
     <artifactId>flink-agents-dist</artifactId>
diff --git a/docs/config.toml b/docs/config.toml
index 243f907..6bbbf9a 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -34,11 +34,11 @@
   # we change the version for the complete docs when forking of a release branch
   # etc.
   # The full version string as referenced in Maven (e.g. 1.2.1)
-  Version = "0.1-SNAPSHOT"
+  Version = "0.1.0"
 
   # For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot
   # release this should be the same as the regular version
-  VersionTitle = "0.1-SNAPSHOT"
+  VersionTitle = "0.1"
 
   # The branch for this version of Apache Flink Agents
   Branch = "main"
diff --git a/e2e-test/agent-plan-compatibility-test/pom.xml b/e2e-test/agent-plan-compatibility-test/pom.xml
index e29faa0..729f4be 100644
--- a/e2e-test/agent-plan-compatibility-test/pom.xml
+++ b/e2e-test/agent-plan-compatibility-test/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-agents-e2e-tests</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.0</version>
     </parent>
 
     <artifactId>flink-agents-agent-plan-compatibility-tests</artifactId>
diff --git a/e2e-test/integration-test/pom.xml b/e2e-test/integration-test/pom.xml
index 598da38..da85820 100644
--- a/e2e-test/integration-test/pom.xml
+++ b/e2e-test/integration-test/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-agents-e2e-tests</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.0</version>
     </parent>
 
     <artifactId>flink-agents-integration-tests</artifactId>
diff --git a/e2e-test/pom.xml b/e2e-test/pom.xml
index c85bc2e..7f7c325 100644
--- a/e2e-test/pom.xml
+++ b/e2e-test/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-agents</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.0</version>
     </parent>
 
     <artifactId>flink-agents-e2e-tests</artifactId>
diff --git a/examples/pom.xml b/examples/pom.xml
index 8277ea3..f09a937 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-agents</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.0</version>
     </parent>
 
     <artifactId>flink-agents-examples</artifactId>
diff --git a/integrations/chat-models/ollama/pom.xml b/integrations/chat-models/ollama/pom.xml
index 5027cfa..bb50726 100644
--- a/integrations/chat-models/ollama/pom.xml
+++ b/integrations/chat-models/ollama/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-agents-integrations-chat-models</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/integrations/chat-models/pom.xml b/integrations/chat-models/pom.xml
index a2f5c9e..a197eec 100644
--- a/integrations/chat-models/pom.xml
+++ b/integrations/chat-models/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-agents-integrations</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.0</version>
     </parent>
 
     <artifactId>flink-agents-integrations-chat-models</artifactId>
diff --git a/integrations/pom.xml b/integrations/pom.xml
index 5e22f8c..450f868 100644
--- a/integrations/pom.xml
+++ b/integrations/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-agents</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.0</version>
     </parent>
 
     <artifactId>flink-agents-integrations</artifactId>
diff --git a/plan/pom.xml b/plan/pom.xml
index 72824d7..20dcaa1 100644
--- a/plan/pom.xml
+++ b/plan/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-agents</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.0</version>
     </parent>
 
     <artifactId>flink-agents-plan</artifactId>
diff --git a/pom.xml b/pom.xml
index d78e2a6..ae10762 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     <name>Flink Agents : </name>
     <!-- TODO: build website and update url -->
     <url>https://flink.apache.org</url>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1.0</version>
     <packaging>pom</packaging>
 
     <properties>
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 63d5a93..629a4b1 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -25,7 +25,7 @@
 
 [project]
 name = "flink-agents"
-version = "0.1.dev0"
+version = "0.1.0"
 
 description = "Flink Agents Python API"
 license-files = ["LICENSE"]
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 97b108a..5295b89 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-agents</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.1.0</version>
     </parent>
 
     <artifactId>flink-agents-runtime</artifactId>