This is an automated email from the ASF dual-hosted git repository.
wenjin272 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git
The following commit(s) were added to refs/heads/main by this push:
new 6b27d3e6 Update version to 0.4-SNAPSHOT (#994)
6b27d3e6 is described below
commit 6b27d3e6d0241efe6b05ad1a221eff5592829387
Author: Wenjin Xie <[email protected]>
AuthorDate: Tue Aug 11 11:28:08 2026 +0800
Update version to 0.4-SNAPSHOT (#994)
---
api/pom.xml | 2 +-
dist/common/pom.xml | 2 +-
dist/flink-1.20/pom.xml | 2 +-
dist/flink-2.0/pom.xml | 2 +-
dist/flink-2.1/pom.xml | 2 +-
dist/flink-2.2/pom.xml | 2 +-
dist/flink-2.3/pom.xml | 2 +-
dist/pom.xml | 2 +-
docs/config.toml | 4 ++--
docs/content/docs/get-started/installation.md | 4 ++--
.../flink-agents-end-to-end-tests-agent-plan-compatibility/pom.xml | 2 +-
e2e-test/flink-agents-end-to-end-tests-integration/pom.xml | 2 +-
.../flink-agents-end-to-end-tests-resource-cross-language/pom.xml | 2 +-
e2e-test/pom.xml | 2 +-
examples/pom.xml | 2 +-
ide-support/pom.xml | 2 +-
integrations/chat-models/anthropic/pom.xml | 2 +-
integrations/chat-models/azureai/pom.xml | 2 +-
integrations/chat-models/bedrock/pom.xml | 2 +-
integrations/chat-models/gemini/pom.xml | 2 +-
integrations/chat-models/ollama/pom.xml | 2 +-
integrations/chat-models/openai/pom.xml | 2 +-
integrations/chat-models/pom.xml | 2 +-
integrations/embedding-models/bedrock/pom.xml | 2 +-
integrations/embedding-models/ollama/pom.xml | 2 +-
integrations/embedding-models/pom.xml | 2 +-
integrations/mcp/pom.xml | 2 +-
integrations/pom.xml | 2 +-
integrations/vector-stores/elasticsearch/pom.xml | 2 +-
integrations/vector-stores/milvus/pom.xml | 2 +-
integrations/vector-stores/opensearch/pom.xml | 2 +-
integrations/vector-stores/pom.xml | 2 +-
integrations/vector-stores/s3vectors/pom.xml | 2 +-
plan/pom.xml | 2 +-
pom.xml | 2 +-
.../python_agent_with_java_action_test.py | 2 +-
.../yaml_actions_in_java_cross_language_test.py | 2 +-
.../e2e_tests_resource_cross_language/yaml_cross_language_test.py | 2 +-
.../yaml_java_action_cross_language_test.py | 2 +-
python/jar_manifest.json | 2 +-
python/pyproject.toml | 2 +-
runtime/pom.xml | 2 +-
42 files changed, 44 insertions(+), 44 deletions(-)
diff --git a/api/pom.xml b/api/pom.xml
index f7bdbbab..170740a5 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
</parent>
<artifactId>flink-agents-api</artifactId>
diff --git a/dist/common/pom.xml b/dist/common/pom.xml
index ad00b691..8635a004 100644
--- a/dist/common/pom.xml
+++ b/dist/common/pom.xml
@@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-dist</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
</parent>
<artifactId>flink-agents-dist-common</artifactId>
diff --git a/dist/flink-1.20/pom.xml b/dist/flink-1.20/pom.xml
index 8ab0c1c7..834c7ddb 100644
--- a/dist/flink-1.20/pom.xml
+++ b/dist/flink-1.20/pom.xml
@@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-dist</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
</parent>
<artifactId>flink-agents-dist-flink-1.20</artifactId>
diff --git a/dist/flink-2.0/pom.xml b/dist/flink-2.0/pom.xml
index 3b9a95cf..75c938cc 100644
--- a/dist/flink-2.0/pom.xml
+++ b/dist/flink-2.0/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-dist</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
</parent>
<artifactId>flink-agents-dist-flink-2.0</artifactId>
diff --git a/dist/flink-2.1/pom.xml b/dist/flink-2.1/pom.xml
index de35e63a..122606b9 100644
--- a/dist/flink-2.1/pom.xml
+++ b/dist/flink-2.1/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-dist</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
</parent>
<artifactId>flink-agents-dist-flink-2.1</artifactId>
diff --git a/dist/flink-2.2/pom.xml b/dist/flink-2.2/pom.xml
index 151d2eaf..812010b8 100644
--- a/dist/flink-2.2/pom.xml
+++ b/dist/flink-2.2/pom.xml
@@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-dist</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
</parent>
<artifactId>flink-agents-dist-flink-2.2</artifactId>
diff --git a/dist/flink-2.3/pom.xml b/dist/flink-2.3/pom.xml
index 8deaaf88..6858f737 100644
--- a/dist/flink-2.3/pom.xml
+++ b/dist/flink-2.3/pom.xml
@@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-dist</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
</parent>
<artifactId>flink-agents-dist-flink-2.3</artifactId>
diff --git a/dist/pom.xml b/dist/pom.xml
index 09779d5b..421f2379 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
</parent>
<artifactId>flink-agents-dist</artifactId>
diff --git a/docs/config.toml b/docs/config.toml
index 6a78be2d..1ccf0a5e 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -34,11 +34,11 @@ pygmentsUseClasses = true
# 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.3-SNAPSHOT"
+ Version = "0.4-SNAPSHOT"
# 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.3-SNAPSHOT"
+ VersionTitle = "0.4-SNAPSHOT"
# The branch for this version of Apache Flink Agents
Branch = "main"
diff --git a/docs/content/docs/get-started/installation.md
b/docs/content/docs/get-started/installation.md
index 3bcef313..9e0a9d7a 100644
--- a/docs/content/docs/get-started/installation.md
+++ b/docs/content/docs/get-started/installation.md
@@ -245,7 +245,7 @@ After building from source, copy the self-contained
distribution JAR
(without the `-thin` suffix) to Flink's `lib` directory:
```shell
-# Set the Flink Agents version (from the version you built, e.g. 0.3-SNAPSHOT)
+# Set the Flink Agents version (from the version you built, e.g. 0.4-SNAPSHOT)
export FLINK_AGENTS_VERSION=<version>
cp
dist/flink-${FLINK_VERSION%.*}/target/flink-agents-dist-flink-${FLINK_VERSION%.*}-${FLINK_AGENTS_VERSION}.jar
$FLINK_HOME/lib/
@@ -352,4 +352,4 @@ $FLINK_HOME/bin/flink run -c <your.main.class>
/path/to/your-job.jar
{{< /tabs >}}
-See [deployment]({{< ref "docs/operations/deployment" >}}) for more details on
running Flink Agents jobs.
\ No newline at end of file
+See [deployment]({{< ref "docs/operations/deployment" >}}) for more details on
running Flink Agents jobs.
diff --git
a/e2e-test/flink-agents-end-to-end-tests-agent-plan-compatibility/pom.xml
b/e2e-test/flink-agents-end-to-end-tests-agent-plan-compatibility/pom.xml
index 98efe576..382587b6 100644
--- a/e2e-test/flink-agents-end-to-end-tests-agent-plan-compatibility/pom.xml
+++ b/e2e-test/flink-agents-end-to-end-tests-agent-plan-compatibility/pom.xml
@@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-e2e-tests</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
</parent>
<artifactId>flink-agents-end-to-end-tests-agent-plan-compatibility</artifactId>
diff --git a/e2e-test/flink-agents-end-to-end-tests-integration/pom.xml
b/e2e-test/flink-agents-end-to-end-tests-integration/pom.xml
index 18f792cb..ea5aeb8d 100644
--- a/e2e-test/flink-agents-end-to-end-tests-integration/pom.xml
+++ b/e2e-test/flink-agents-end-to-end-tests-integration/pom.xml
@@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-e2e-tests</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
</parent>
<artifactId>flink-agents-end-to-end-tests-integration</artifactId>
diff --git
a/e2e-test/flink-agents-end-to-end-tests-resource-cross-language/pom.xml
b/e2e-test/flink-agents-end-to-end-tests-resource-cross-language/pom.xml
index 6c82e764..f102b06f 100644
--- a/e2e-test/flink-agents-end-to-end-tests-resource-cross-language/pom.xml
+++ b/e2e-test/flink-agents-end-to-end-tests-resource-cross-language/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-e2e-tests</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
</parent>
<artifactId>flink-agents-end-to-end-tests-resource-cross-language</artifactId>
diff --git a/e2e-test/pom.xml b/e2e-test/pom.xml
index fd387d0d..d500cdb4 100644
--- a/e2e-test/pom.xml
+++ b/e2e-test/pom.xml
@@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
</parent>
<artifactId>flink-agents-e2e-tests</artifactId>
diff --git a/examples/pom.xml b/examples/pom.xml
index 26f7f9f2..fbec11ae 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
</parent>
<artifactId>flink-agents-examples</artifactId>
diff --git a/ide-support/pom.xml b/ide-support/pom.xml
index d255d2e9..503641ba 100644
--- a/ide-support/pom.xml
+++ b/ide-support/pom.xml
@@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
</parent>
<artifactId>flink-agents-ide-support</artifactId>
diff --git a/integrations/chat-models/anthropic/pom.xml
b/integrations/chat-models/anthropic/pom.xml
index a401cb99..2fd9b287 100644
--- a/integrations/chat-models/anthropic/pom.xml
+++ b/integrations/chat-models/anthropic/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-integrations-chat-models</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/integrations/chat-models/azureai/pom.xml
b/integrations/chat-models/azureai/pom.xml
index 10c596f3..4b9b4492 100644
--- a/integrations/chat-models/azureai/pom.xml
+++ b/integrations/chat-models/azureai/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-integrations-chat-models</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/integrations/chat-models/bedrock/pom.xml
b/integrations/chat-models/bedrock/pom.xml
index a10b7a45..b2fb4488 100644
--- a/integrations/chat-models/bedrock/pom.xml
+++ b/integrations/chat-models/bedrock/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-integrations-chat-models</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/integrations/chat-models/gemini/pom.xml
b/integrations/chat-models/gemini/pom.xml
index d9942014..7ceb4fcc 100644
--- a/integrations/chat-models/gemini/pom.xml
+++ b/integrations/chat-models/gemini/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-integrations-chat-models</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/integrations/chat-models/ollama/pom.xml
b/integrations/chat-models/ollama/pom.xml
index 4939c365..2ca08957 100644
--- a/integrations/chat-models/ollama/pom.xml
+++ b/integrations/chat-models/ollama/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-integrations-chat-models</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/integrations/chat-models/openai/pom.xml
b/integrations/chat-models/openai/pom.xml
index ba0c6ce1..361ed301 100644
--- a/integrations/chat-models/openai/pom.xml
+++ b/integrations/chat-models/openai/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-integrations-chat-models</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/integrations/chat-models/pom.xml b/integrations/chat-models/pom.xml
index ef806452..53a8bcd2 100644
--- a/integrations/chat-models/pom.xml
+++ b/integrations/chat-models/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-integrations</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
</parent>
<artifactId>flink-agents-integrations-chat-models</artifactId>
diff --git a/integrations/embedding-models/bedrock/pom.xml
b/integrations/embedding-models/bedrock/pom.xml
index 353c32c8..e37d4588 100644
--- a/integrations/embedding-models/bedrock/pom.xml
+++ b/integrations/embedding-models/bedrock/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-integrations-embedding-models</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/integrations/embedding-models/ollama/pom.xml
b/integrations/embedding-models/ollama/pom.xml
index 285d33e8..5a419001 100644
--- a/integrations/embedding-models/ollama/pom.xml
+++ b/integrations/embedding-models/ollama/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-integrations-embedding-models</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/integrations/embedding-models/pom.xml
b/integrations/embedding-models/pom.xml
index 1845a480..2a585d17 100644
--- a/integrations/embedding-models/pom.xml
+++ b/integrations/embedding-models/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-integrations</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
</parent>
<artifactId>flink-agents-integrations-embedding-models</artifactId>
diff --git a/integrations/mcp/pom.xml b/integrations/mcp/pom.xml
index 0eabf985..5c5c1fb0 100644
--- a/integrations/mcp/pom.xml
+++ b/integrations/mcp/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-integrations</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/integrations/pom.xml b/integrations/pom.xml
index 25b73bed..bbd51c55 100644
--- a/integrations/pom.xml
+++ b/integrations/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
</parent>
<artifactId>flink-agents-integrations</artifactId>
diff --git a/integrations/vector-stores/elasticsearch/pom.xml
b/integrations/vector-stores/elasticsearch/pom.xml
index e3123e79..12c315cc 100644
--- a/integrations/vector-stores/elasticsearch/pom.xml
+++ b/integrations/vector-stores/elasticsearch/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-integrations-vector-stores</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/integrations/vector-stores/milvus/pom.xml
b/integrations/vector-stores/milvus/pom.xml
index d6521021..fde177cb 100644
--- a/integrations/vector-stores/milvus/pom.xml
+++ b/integrations/vector-stores/milvus/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-integrations-vector-stores</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/integrations/vector-stores/opensearch/pom.xml
b/integrations/vector-stores/opensearch/pom.xml
index 6c34b885..e60d06de 100644
--- a/integrations/vector-stores/opensearch/pom.xml
+++ b/integrations/vector-stores/opensearch/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-integrations-vector-stores</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/integrations/vector-stores/pom.xml
b/integrations/vector-stores/pom.xml
index 4e1655d0..bd14e0a4 100644
--- a/integrations/vector-stores/pom.xml
+++ b/integrations/vector-stores/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-integrations</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
</parent>
<artifactId>flink-agents-integrations-vector-stores</artifactId>
diff --git a/integrations/vector-stores/s3vectors/pom.xml
b/integrations/vector-stores/s3vectors/pom.xml
index 64fbf87a..35c0211f 100644
--- a/integrations/vector-stores/s3vectors/pom.xml
+++ b/integrations/vector-stores/s3vectors/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents-integrations-vector-stores</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/plan/pom.xml b/plan/pom.xml
index d268ac82..9e12d3bb 100644
--- a/plan/pom.xml
+++ b/plan/pom.xml
@@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
</parent>
<artifactId>flink-agents-plan</artifactId>
diff --git a/pom.xml b/pom.xml
index 46cc98cd..fb78d863 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@ under the License.
<name>Flink Agents : </name>
<!-- TODO: build website and update url -->
<url>https://flink.apache.org</url>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
diff --git
a/python/flink_agents/e2e_tests/e2e_tests_resource_cross_language/python_agent_with_java_action_test.py
b/python/flink_agents/e2e_tests/e2e_tests_resource_cross_language/python_agent_with_java_action_test.py
index b9e620e4..03a004c1 100644
---
a/python/flink_agents/e2e_tests/e2e_tests_resource_cross_language/python_agent_with_java_action_test.py
+++
b/python/flink_agents/e2e_tests/e2e_tests_resource_cross_language/python_agent_with_java_action_test.py
@@ -42,7 +42,7 @@ _TEST_JAR = (
/ "e2e-test"
/ "flink-agents-end-to-end-tests-resource-cross-language"
/ "target"
- /
"flink-agents-end-to-end-tests-resource-cross-language-0.3-SNAPSHOT-tests.jar"
+ /
"flink-agents-end-to-end-tests-resource-cross-language-0.4-SNAPSHOT-tests.jar"
)
os.environ["PYTHONPATH"] = sysconfig.get_paths()["purelib"]
diff --git
a/python/flink_agents/e2e_tests/e2e_tests_resource_cross_language/yaml_actions_in_java_cross_language_test.py
b/python/flink_agents/e2e_tests/e2e_tests_resource_cross_language/yaml_actions_in_java_cross_language_test.py
index 770d8505..61e50a43 100644
---
a/python/flink_agents/e2e_tests/e2e_tests_resource_cross_language/yaml_actions_in_java_cross_language_test.py
+++
b/python/flink_agents/e2e_tests/e2e_tests_resource_cross_language/yaml_actions_in_java_cross_language_test.py
@@ -57,7 +57,7 @@ _TEST_JAR = (
/ "e2e-test"
/ "flink-agents-end-to-end-tests-resource-cross-language"
/ "target"
- /
"flink-agents-end-to-end-tests-resource-cross-language-0.3-SNAPSHOT-tests.jar"
+ /
"flink-agents-end-to-end-tests-resource-cross-language-0.4-SNAPSHOT-tests.jar"
)
os.environ["PYTHONPATH"] = sysconfig.get_paths()["purelib"]
diff --git
a/python/flink_agents/e2e_tests/e2e_tests_resource_cross_language/yaml_cross_language_test.py
b/python/flink_agents/e2e_tests/e2e_tests_resource_cross_language/yaml_cross_language_test.py
index f26b23c4..033c7194 100644
---
a/python/flink_agents/e2e_tests/e2e_tests_resource_cross_language/yaml_cross_language_test.py
+++
b/python/flink_agents/e2e_tests/e2e_tests_resource_cross_language/yaml_cross_language_test.py
@@ -67,7 +67,7 @@ _TEST_JAR = (
/ "e2e-test"
/ "flink-agents-end-to-end-tests-resource-cross-language"
/ "target"
- /
"flink-agents-end-to-end-tests-resource-cross-language-0.3-SNAPSHOT-tests.jar"
+ /
"flink-agents-end-to-end-tests-resource-cross-language-0.4-SNAPSHOT-tests.jar"
)
os.environ["PYTHONPATH"] = sysconfig.get_paths()["purelib"]
diff --git
a/python/flink_agents/e2e_tests/e2e_tests_resource_cross_language/yaml_java_action_cross_language_test.py
b/python/flink_agents/e2e_tests/e2e_tests_resource_cross_language/yaml_java_action_cross_language_test.py
index 37303c0f..b2ece7ad 100644
---
a/python/flink_agents/e2e_tests/e2e_tests_resource_cross_language/yaml_java_action_cross_language_test.py
+++
b/python/flink_agents/e2e_tests/e2e_tests_resource_cross_language/yaml_java_action_cross_language_test.py
@@ -48,7 +48,7 @@ _TEST_JAR = (
/ "e2e-test"
/ "flink-agents-end-to-end-tests-resource-cross-language"
/ "target"
- /
"flink-agents-end-to-end-tests-resource-cross-language-0.3-SNAPSHOT-tests.jar"
+ /
"flink-agents-end-to-end-tests-resource-cross-language-0.4-SNAPSHOT-tests.jar"
)
os.environ["PYTHONPATH"] = sysconfig.get_paths()["purelib"]
diff --git a/python/jar_manifest.json b/python/jar_manifest.json
index 4ee74ddc..e80e9397 100644
--- a/python/jar_manifest.json
+++ b/python/jar_manifest.json
@@ -1,7 +1,7 @@
{
"maven_base_url": "https://repo1.maven.org/maven2",
"group_id": "org.apache.flink",
- "version": "0.3-SNAPSHOT",
+ "version": "0.4-SNAPSHOT",
"jars": [
{
"artifact_id": "flink-agents-dist-common",
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 0f7005d4..244ea346 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -25,7 +25,7 @@ backend-path = ["_build_backend"]
[project]
name = "flink-agents"
-version = "0.3.dev0"
+version = "0.4.dev0"
description = "Flink Agents Python API"
license-files = ["LICENSE"]
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 22062ab2..5166d103 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-agents</artifactId>
- <version>0.3-SNAPSHOT</version>
+ <version>0.4-SNAPSHOT</version>
</parent>
<artifactId>flink-agents-runtime</artifactId>